Skip to content

Rose::StringUtility::intToHex

Convert an integer to a hexadecimal string.

Synopsis

Declared in <src/Rose/StringUtility/NumberToString.h>

[[visibility]]
std::string
intToHex(uint64_t);

Return Value

Hexadecimal string.

Created with MrDocs