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


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

IXMLTypeMapper.FromShort Method

Converts a short to an XML short.

[Visual Basic .NET]
Public Function FromShort ( _
    ByVal Value As Short _
) As String
[C#]
public string FromShort (
    short Value
);
[C++]
HRESULT FromShort(
  short Value
);
[C++]
Parameters
Value [in]

Value is a parameter of type short

Product Availability

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

See Also

IXMLTypeMapper Interface