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

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.

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

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;

See Also

UInt32 Structure | UInt32 Members | System Namespace