Converts the string representation of a number in a specified culture-specific format to its
BigInteger equivalent.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public static BigInteger Parse(
string s,
IFormatProvider provider
)
Public Shared Function Parse (
s As String,
provider As IFormatProvider
) As BigInteger
public:
static BigInteger Parse(
String^ s,
IFormatProvider^ provider
)
static member Parse :
s : string *
provider : IFormatProvider -> BigInteger
Parameters
- s
- Type: SystemString
A string containing a number to convert. - provider
- Type: SystemIFormatProvider
An IFormatProvider that supplies culture-specific formatting information about s.
Return Value
Type:
BigIntegerA
BigInteger equivalent to the numeric s or symbol specified in
s.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference