Skip to content

BigInt.ToInt

Name Mandatory Description Default Type
⬅️ Input The big integer to convert, represented as bytes. Bytes
Output ➡️ Integer representation of the big integer value. Int

This shard converts the input big integer value to an integer.

Examples

1
2
3
42 | BigInt
BigInt.ToInt
Assert.Is(42 true)