[#base_uint-0d-ToString] = xref:base_uint-0d.adoc[base_uint<256>]::ToString :relfileprefix: ../ :mrdocs: Returns the value as a human‐readable string. == Synopsis Declared in `<arith_uint256.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string ToString() const; ---- == Return Value The value formatted as a hexadecimal string. [.small]#Created with https://www.mrdocs.com[MrDocs]#