This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IX > IXMLTypeMapper Interface > IXMLTypeMapper.FromShort Method (ArcObjects .NET 10.4 SDK) |
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