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