ArcObjects Library Reference (System)  

IXMLTypeMapper.ToShort Method

Converts an XML short to a short.

[Visual Basic .NET]
Public Function ToShort ( _
    ByVal Text As String _
) As Short
[C#]
public short ToShort (
    string Text
);
[C++]
HRESULT ToShort(
  BSTR Text,
  short* Value
);
[C++]

Parameters

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

Product Availability

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

See Also

IXMLTypeMapper Interface