Converts the current instance of UInt16 to a String. The UInt16 type is not CLS compliant. The CLS-compliant alternative is Int16.
[Visual Basic] The UInt16 type cannot be used in Visual Basic.
Converts a specified UInt16 to a String.
[C#] public static string ToString(ushort);
[C++] public: static String* ToString(unsigned short);
[JScript] public static function ToString(UInt16) : String;
Converts the value represented by the current UInt16 instance to a String.
[C#] public override string ToString();
[C++] public: override String* ToString();
[JScript] public override function ToString() : String;