UInt64MParse(String, NumberStyles, IFormatProvider) Method
Namespace: Jodosoft.Numerics.ClampedAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
public static UInt64M Parse(
string s,
NumberStyles style,
IFormatProvider? provider
)
Public Shared Function Parse (
s As String,
style As NumberStyles,
provider As IFormatProvider
) As UInt64M
public:
static UInt64M Parse(
String^ s,
NumberStyles style,
IFormatProvider^ provider
)
static member Parse :
s : string *
style : NumberStyles *
provider : IFormatProvider -> UInt64M
- s String
-
- style NumberStyles
-
- provider IFormatProvider
-
UInt64M