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


IXMLTypeMapper2.FromInt64 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.FromInt64 Method
ArcGIS Developer Help

IXMLTypeMapper2.FromInt64 Method

Converts an int64 to an XML integer.

[Visual Basic .NET]
Public Function FromInt64 ( _
    ByVal Value As Long _
) As String
[C#]
public string FromInt64 (
    long Value
);
[C++]
HRESULT FromInt64(
  Signed 64-bit int Value
);
[C++]
Parameters
Value [in]

Value is a parameter of type int64

Product Availability

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

See Also

IXMLTypeMapper2 Interface