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