Assembly: System;
The Guid class implements properties and methods of the Guid data type and also variables that have this data type.
| Method name | Brief description | |
| IsGuid | The IsGuid method checks if the specified string value is a unique global identifier that can be represented with the Guid data type. | |
| Parse | The Parse method converts a string value to the Guid type without string correctness validation. | |
| TryParse | The TryParse method converts a string value to the Guid type with string correctness validation. |
| Property name | Brief description | |
| ToString | The ToString property returns the value of the current variable converted into string type. |
See also: