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