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!

UInt64.Format

Converts a numeric value to a string. The UInt64 type is not CLS compliant. The CLS-compliant alternative is Int64.

[Visual Basic] The UInt64 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(ulong, String, NumberFormatInfo);
[C++] public: static String* Format(unsigned __int64, String, NumberFormatInfo);
[JScript] public static function Format(UInt64, String, NumberFormatInfo) : String;

Converts a numeric value to a String with the specified format string.

[C#] public static string Format(ulong, String);
[C++] public: static String* Format(unsigned __int64, String);
[JScript] public static function Format(UInt64, String) : String;

See Also

UInt64 Structure | UInt64 Members | System Namespace