[#CDiskBlockIndex-ToString-03] = xref:CDiskBlockIndex.adoc[CDiskBlockIndex]::ToString :relfileprefix: ../ :mrdocs: `ToString` overloads == Synopses Declared in `<chain.h>` Returns a human‐readable description of this block index entry. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string xref:CBlockIndex/ToString.adoc[ToString]() const; ---- [.small]#xref:CBlockIndex/ToString.adoc[_» more..._]# Deleted: CDiskBlockIndex has no string representation. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string xref:CDiskBlockIndex/ToString-07.adoc[ToString]() = delete; ---- [.small]#xref:CDiskBlockIndex/ToString-07.adoc[_» more..._]# == Return Value A string summarizing the entry. [.small]#Created with https://www.mrdocs.com[MrDocs]#