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.
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;