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!

UInt32.ToString

Converts the current instance of UInt32 to a String. The UInt32 type is not CLS compliant. The CLS-compliant alternative is Int32.

[Visual Basic] The UInt32 type cannot be used in Visual Basic.

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

Converts a specified UInt32 to a String.

[C#] public static string ToString(uint);
[C++] public: static String* ToString(unsigned int);
[JScript] public static function ToString(UInt32) : String;

Converts the current instance of UInt32 to a String

[C#] public override string ToString();
[C++] public: override String* ToString();
[JScript] public override function ToString() : String;

See Also

UInt32 Structure | UInt32 Members | System Namespace