[#arith_uint256-GetHex] = xref:arith_uint256.adoc[arith_uint256]::GetHex :relfileprefix: ../ :mrdocs: Hex encoding of the number (with the most significant digits first). == Synopsis Declared in `<arith_uint256.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string GetHex() const; ---- == Return Value The value as a hexadecimal string. [.small]#Created with https://www.mrdocs.com[MrDocs]#