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