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


IXMLTypeMapper.FromShort Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

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

Parameters Value [in] Value is a parameter of type short Text [out, retval] Text is a parameter of type BSTR

Product Availability

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

See Also

IXMLTypeMapper Interface