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


IXMLTypeMapper.FromDouble 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.FromDouble Method
ArcGIS Developer Help

IXMLTypeMapper.FromDouble Method

Converts a double to an XML double.

[Visual Basic .NET]
Public Function FromDouble ( _
    ByVal Value As Double _
) As String
[C#]
public string FromDouble (
    double Value
);
[C++]
HRESULT FromDouble(
  double Value
);
[C++]
Parameters
Value [in]

Value is a parameter of type double

Product Availability

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

See Also

IXMLTypeMapper Interface