This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLTypeMapper2 Interface > IXMLTypeMapper2.FromInt64 Method (ArcObjects .NET 10.4 SDK) |
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