Converts a long to an XML integer.
[Visual Basic .NET] Public Function FromInteger ( _ ByVal Value As Integer _ ) As String
[C#] public string FromInteger ( int Value );
[C++]
HRESULT FromInteger(
long Value,
BSTR* Text
);
[C++]Parameters
Value [in] Value is a parameter of type long Text [out, retval] Text is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.