Converts the string representation of a number to its
BigInteger equivalent.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics.Net20 (in Extreme.Numerics.Net20.dll) Version: 3.6.10055.0 (3.6.10077.0)
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Function Parse ( _
s As String _
) As BigInteger |
Return Value
A
BigInteger equivalent to the numeric s or symbol specified in
s.
Exceptions
See Also