Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static BigFloat Parse(
string value,
IFormatProvider provider
)
Public Shared Function Parse (
value As String,
provider As IFormatProvider
) As BigFloat
public:
static BigFloat^ Parse(
String^ value,
IFormatProvider^ provider
)
static member Parse :
value : string *
provider : IFormatProvider -> BigFloat
Parameters
- value
- Type: SystemString
The string to convert. - provider
- Type: SystemIFormatProvider
An IFormatProvider that specifies how the string should be interpreted.
Return Value
Type:
BigFloatThe
BigFloat value represented by
value.
Reference