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


IXMLTypeMapper.FromFloat Method (ArcObjects .NET 10.5 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,
  BSTR* Text
);
[C++]

Parameters Value [in] Value is a parameter of type float Text [out, retval] Text is a parameter of type BSTR

Product Availability

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

See Also

IXMLTypeMapper Interface