Skip to content

BigInt.ToString

Name - 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
2
3
42 (BigInt) (BigInt.Shift 20)
(BigInt.ToString)
(Assert.Is "4200000000000000000000" true)