This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLTypeMapper Interface > IXMLTypeMapper.FromFloat Method (ArcObjects .NET 10.5 SDK) |
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