Converts a numeric value 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 the value of the current instance to a string with the specified format string.
[C#] public virtual string Format(String, IServiceObjectProvider);
[C++] public: virtual String* Format(String*, IServiceObjectProvider);
[JScript] public function Format(String, IServiceObjectProvider) : String;
Converts a numeric value to a String with the specified format string.
[C#] public static string Format(uint, String, NumberFormatInfo);
[C++] public: static String* Format(unsigned int, String, NumberFormatInfo);
[JScript] public static function Format(UInt32, String, NumberFormatInfo) : String;
Converts a numeric value to a String with the specified format string.
[C#] public static string Format(uint, String);
[C++] public: static String* Format(unsigned int, String);
[JScript] public static function Format(UInt32, String) : String;