BigInt.FromString (gb.gmp)

Static Function FromString ( String As String [ , Base As Integer ] ) As BigInt

Convert a string into a big integer.

Base is the numerical base between 2 and 36. It is 10 by default.