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

Converts the current instance of UInt64 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 a specified UInt64 to a String.

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

Converts the current instance of UInt64 to a String.

[C#] public override string ToString();
[C++] public: override String* ToString();
[JScript] public override function ToString() : String;

See Also

UInt64 Structure | UInt64 Members | System Namespace