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