BigInt.ToHex¶ Name - Description Default Type <input> IntBytesString <output> Hexadecimal representation of the integer value. String Converts the value to a hexadecimal representation. Examples¶ CodeOutput 1 2 342 (BigInt) (BigInt.ToHex) (Assert.Is "0x2a" true)