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