NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Int16.ToString

Converts an Int16 to a String.

Overload List

Converts a specified Int16 to a String.

[Visual Basic] Overloads Public Shared Function ToString(Integer) As String
[C#] public static string ToString(short);
[C++] public: static String* ToString(short);
[JScript] public static function ToString(Int16) : String;

Converts this instance of Int16 to a String.

[Visual Basic] Overloads Overrides Public Function ToString() As String
[C#] public override string ToString();
[C++] public: override String* ToString();
[JScript] public override function ToString() : String;

See Also

Int16 Structure | Int16 Members | System Namespace