[#base_uint-02-GetHex] = xref:base_uint-02.adoc[base_uint]::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]#