Converts an XML double to a double.
[Visual Basic .NET] Public Function ToDouble ( _ ByVal Text As String _ ) As Double
[C#] public double ToDouble ( string Text );
[C++]
HRESULT ToDouble(
BSTR Text,
double* Value
);
[C++]Parameters
Text [in] Text is a parameter of type BSTR Value [out, retval] Value is a parameter of type double
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.