This combinator transforms a string into a bigint by parsing the string using the BigInt function.
string
bigint
BigInt
It returns an error if the value can't be converted (for example when non-numeric characters are provided).
The schema representing the input string
1.0.0
This combinator transforms a
string
into abigint
by parsing the string using theBigInt
function.It returns an error if the value can't be converted (for example when non-numeric characters are provided).