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