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


IXMLTypeMapper.FromFloat Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (System)  

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