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