Skip to content

BigInt.ToString

Name Mandatory Description Default Type
⬅️ Input Big integer represented as bytes. Bytes
Output ➡️ String representation of the big integer value. String

Converts the value to a string representation.

Examples

1
42 | BigInt | BigInt.Shift(20) | BigInt.ToString | Assert.Is("4200000000000000000000" Break: true)