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


IXMLTypeMapper2.ToInt64 Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLTypeMapper2 Interface > IXMLTypeMapper2.ToInt64 Method
ArcGIS Developer Help

IXMLTypeMapper2.ToInt64 Method

Converts an XML integer to an int64.

[Visual Basic .NET]
Public Function ToInt64 ( _
    ByVal Text As String _
) As Long
[C#]
public long ToInt64 (
    string Text
);
[C++]
HRESULT ToInt64(
  BSTR Text
);
[C++]
Parameters
Text [in]

Text is a parameter of type BSTR

Product Availability

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

See Also

IXMLTypeMapper2 Interface