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


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

IXMLTypeMapper.FromFloat Method

Converts a float to an XML float.

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

Value is a parameter of type single

Product Availability

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

See Also

IXMLTypeMapper Interface