[#uint256-ToString] = xref:uint256.adoc[uint256]::ToString :relfileprefix: ../ :mrdocs: Returns the blob as a hex string in reverse byte order. == Synopsis Declared in `<uint256.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string ToString() const; ---- == Return Value The string representation of the blob. [.small]#Created with https://www.mrdocs.com[MrDocs]#