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!

Guid.ToString

Returns the Guid in registry format. This format is as follows (note the lowercase):

{ffffffff-ffff-ffff-ffff-ffffffffffff}

[Visual Basic]
Overrides Public Function ToString() As String
[C#]
public override string ToString();
[C++]
public: override String* ToString();
[JScript]
public override function ToString() : String;

Return Value

The GUID in registry format. Give an example: 382c74c3-721d-4f34-80e5-57657b6cbc27

Remarks

Overrides Object.ToString.

See Also

Guid Structure | Guid Members | System Namespace