BigInt.ToInt¶ Name - Description Default Type <input> Big integer represented as bytes. Bytes <output> Integer representation of the big integer value. Int Converts a big integer value to an integer. Examples¶ CodeOutput 1 2 342 (BigInt) (BigInt.ToInt) (Assert.Is (int 42) true)