ArcObjects Library Reference (System)  

IXMLTypeMapper.ToFloat Method

Converts an XML float to a float.

[Visual Basic .NET]
Public Function ToFloat ( _
    ByVal Text As String _
) As Single
[C#]
public float ToFloat (
    string Text
);
[C++]
HRESULT ToFloat(
  BSTR Text,
  float* Value
);
[C++]

Parameters

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

Product Availability

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

See Also

IXMLTypeMapper Interface