INumericStaticTNumericParse Method
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
TNumeric Parse(
string s,
NumberStyles? style,
IFormatProvider? provider
)
Function Parse (
s As String,
style As NumberStyles?,
provider As IFormatProvider
) As TNumeric
TNumeric Parse(
String^ s,
Nullable<NumberStyles> style,
IFormatProvider^ provider
)
abstract Parse :
s : string *
style : Nullable<NumberStyles> *
provider : IFormatProvider -> 'TNumeric
- s String
-
- style NullableNumberStyles
-
- provider IFormatProvider
-
TNumeric