toHexadecimalString

Get x as a uppercased string in hexadecimal base without any base prefix (0x).

pure nothrow @safe
string
toHexadecimalString
(
bool cow
)
(
auto ref scope const _Z!(cow) x
)

Meta