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