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!

UInt16.ToString

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.

Overload List [C#, C++, JScript]

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;

See Also

UInt16 Structure | UInt16 Members | System Namespace