Skip to content

BigInt.ToHex

Name Mandatory Description Default Type
⬅️ Input Big integer to convert, represented as bytes. IntBytesString
Output ➡️ Outputs the hexadecimal representation of the input big integer value. String

This shard converts the input big integer value to its hexadecimal representation.

Examples

1
42 | BigInt | BigInt.ToHex | Assert.Is("0x2a" Break: true)