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


IXMLTypeMapper.ToInteger Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

IXMLTypeMapper.ToInteger Method

Converts an XML integer to a long.

[Visual Basic .NET]
Public Function ToInteger ( _
    ByVal Text As String _
) As Integer
[C#]
public int ToInteger (
    string Text
);
[C++]
HRESULT ToInteger(
  BSTR Text,
  long* Value
);
[C++]

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

Product Availability

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

See Also

IXMLTypeMapper Interface