public static bool TryParse(
string s,
out DoubleDouble x
)
Public Shared Function TryParse (
s As String,
<OutAttribute> ByRef x As DoubleDouble
) As Boolean
public:
static bool TryParse(
String^ s,
[OutAttribute] DoubleDouble% x
)
static member TryParse :
s : string *
x : DoubleDouble byref -> bool
Double double supports the same string representations as Double.