This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLTypeMapper Interface > IXMLTypeMapper.ToDouble Method (ArcObjects .NET 10.5 SDK) |
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