This document is archived and information here might be outdated.  Recommended version.


IXMLTypeMapper.ToDouble Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLTypeMapper Interface > IXMLTypeMapper.ToDouble Method
ArcGIS Developer Help

IXMLTypeMapper.ToDouble Method

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
);
[C++]
Parameters
Text [in]

Text is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IXMLTypeMapper Interface