The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Guid.ToString Method
.NET Framework 1.1
Returns a String representation of the value of this instance of the Guid class.
Overload List
Returns a String representation of the value of this instance in registry format.
Supported by the .NET Compact Framework.
[Visual Basic] Overloads Overrides Public Function ToString() As String
[C#] public override string ToString();
[C++] public: String* ToString();
[JScript] public override function ToString() : String;
Returns a String representation of the value of this Guid instance, according to the provided format specifier.
Supported by the .NET Compact Framework.
[Visual Basic] Overloads Public Function ToString(String) As String
[C#] public string ToString(string);
[C++] public: String* ToString(String*);
[JScript] public function ToString(String) : String;
Returns a String representation of the value of this instance of the Guid class, according to the provided format specifier and culture-specific format information.
Supported by the .NET Compact Framework.
[Visual Basic] Overloads Public Overridable Function ToString(String, IFormatProvider) As String
[C#] public virtual string ToString(string, IFormatProvider);
[C++] public: virtual String* ToString(String*, IFormatProvider*);
[JScript] public function ToString(String, IFormatProvider) : String;