☰
D
dejadoc
PHOBOS
/
std.bigint
/
toHex
🔍
☾
toHex
fn
string toHex(const(
BigInt
) x)
pure
@safe
Parameters
x
The
BigInt
to convert to a hexadecimal
string
.
Returns
A
string
that represents the
BigInt
as a hexadecimal (base 16)
number in upper case.