toHex

fnstring toHex(const(BigInt) x) pure @safe

Parameters

xThe BigInt to convert to a hexadecimal string.

Returns

A string that represents the BigInt as a hexadecimal (base 16)

number in upper case.