Skip to content

BigInt.ToHex

Name - Description Default Type
<input> IntBytesString
<output> Hexadecimal representation of the integer value. String

Converts the value to a hexadecimal representation.

Examples

1
2
3
42 (BigInt)
(BigInt.ToHex)
(Assert.Is "0x2a" true)