BigInt.toUint

Convert this value into a uint, if it is in the range [0 ... 2**32-1], or otherwise throw new an exception.

struct BigInt
const
uint
toUint
()

Return Value

Type: uint

the value as a uint if conversion is possible

Meta