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