Guid Methods
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | CompareTo(Guid) | Compares this instance to a specified Guid object and returns an indication of their relative values. |
![]() | CompareTo(Object) | Compares this instance to a specified object and returns an indication of their relative values. |
![]() | Equals(Guid) | Returns a value indicating whether this instance and a specified Guid object represent the same value. |
![]() | Equals(Object) | Returns a value that indicates whether this instance is equal to a specified object.(Overrides ValueType.Equals(Object).) |
![]() | GetHashCode() | Returns the hash code for this instance.(Overrides ValueType.GetHashCode().) |
![]() | GetType() | |
![]() ![]() | NewGuid() | Initializes a new instance of the Guid structure. |
![]() ![]() | Parse(String) | Converts the string representation of a GUID to the equivalent Guid structure. |
![]() ![]() | ParseExact(String, String) | Converts the string representation of a GUID to the equivalent Guid structure, provided that the string is in the specified format. |
![]() | ToByteArray() | Returns a 16-element byte array that contains the value of this instance. |
![]() | ToString() | Returns a string representation of the value of this instance in registry format.(Overrides ValueType.ToString().) |
![]() | ToString(String) | Returns a string representation of the value of this Guid instance, according to the provided format specifier. |
![]() | ToString(String, IFormatProvider) | 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. |
![]() ![]() | TryParse(String, Guid) | Converts the string representation of a GUID to the equivalent Guid structure. |
![]() ![]() | TryParseExact(String, String, Guid) | Converts the string representation of a GUID to the equivalent Guid structure, provided that the string is in the specified format. |

