[#kernel-CBlockFileInfo-ToString] = xref:kernel.adoc[kernel]::xref:kernel/CBlockFileInfo.adoc[CBlockFileInfo]::ToString :relfileprefix: ../../ :mrdocs: Return a human‐readable summary of the block‐file statistics. == Synopsis Declared in `<node/blockstorage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string ToString() const; ---- == Return Value A string describing the block count, size, and height/time ranges. [.small]#Created with https://www.mrdocs.com[MrDocs]#