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