Guid

Assembly: System;

Description

The Guid class implements properties and methods of the Guid data type and also variables that have this data type.

Methods of the Guid Class

  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.

Properties of Variables of the Guid Type

  Property name Brief description
ToString The ToString property returns the value of the current variable converted into string type.

See also:

System Assembly Interfaces