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 2 3 |  |