UInt64MTryParse(String, NumberStyles, UInt64M) Method
Namespace: Jodosoft.Numerics.ClampedAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
public static bool TryParse(
string s,
NumberStyles style,
out UInt64M result
)
Public Shared Function TryParse (
s As String,
style As NumberStyles,
<OutAttribute> ByRef result As UInt64M
) As Boolean
public:
static bool TryParse(
String^ s,
NumberStyles style,
[OutAttribute] UInt64M% result
)
static member TryParse :
s : string *
style : NumberStyles *
result : UInt64M byref -> bool
- s String
-
- style NumberStyles
-
- result UInt64M
-
Boolean