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


IXMLTypeMapper2.FromInt64 Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

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,
  BSTR* Text
);
[C++]

Parameters Value [in] Value is a parameter of type Signed 64-bit int Text [out, retval] Text is a parameter of type BSTR

Product Availability

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

See Also

IXMLTypeMapper2 Interface