Converts a numeric value to a String with the specified format string. The UInt32 type is not CLS compliant. The CLS-compliant alternative is Int32.
[C#] public static string Format( uint value, string format ); [C++] public: static String* Format( unsigned int value, String* format ); [JScript] public static function Format( value : UInt32, format : String ) : String;
[Visual Basic] The UInt32 type cannot be used in Visual Basic.
A string representation of value in the format specified by format.
The Format method converts a numeric value to a string using the format string specified by format. If format is null or an empty string, value is formatted as if the general format ("G") string were specified.
The numeric format information is obtained from the current locale (see NumberFormatInfo and CultureInfo for more information on numeric and culture formats).
UInt32 Structure | UInt32 Members | System Namespace | UInt32.Format Overload List | String | NumberStyles