public static bool TryParse(
string s,
out UInt64N result
)
Public Shared Function TryParse (
s As String,
<OutAttribute> ByRef result As UInt64N
) As Boolean
public:
static bool TryParse(
String^ s,
[OutAttribute] UInt64N% result
)
static member TryParse :
s : string *
result : UInt64N byref -> bool