Converts a 16-bit integer to a string.
[Visual Basic] Public Shared Function FromInt16( _ ByVal value As Short _ ) As String [C#] public static string FromInt16( short value ); [C++] public: static String* FromInt16( short value ); [JScript] public static function FromInt16( value : Int16 ) : String;
A string containing the decimal representation of the given value.
XmlString Class | XmlString Members | System.Xml Namespace | ToInt16