GUID Structure |
The GUID type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType) | |
GetHashCode | (Inherited from ValueType) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from ValueType) |
Name | Description | |
---|---|---|
Data1 | Specifies the first 8 hexadecimal digits of the GUID. | |
Data2 | Specifies the first group of 4 hexadecimal digits. | |
Data3 | Specifies the second group of 4 hexadecimal digits. | |
Data4 | Array of 8 bytes. The first 2 bytes contain the third group of 4 hexadecimal digits. The remaining 6 bytes contain the final 12 hexadecimal digits. |