| Guid |
A GUID is a 128-bit integer (16 bytes) that can be used across all computers and networks wherever a unique identifier is required. Such an identifier has a very low probability of being duplicated.
See AlsoProject VBCorLib Overview | GuidStatic
| IComparable | |
| IFormattable | |
| IObject |
| Name | Description |
|---|---|
Handle (get) | Returns a pointer to the internal GUID structure. |
IsReadOnly (get) | Returns if the guid is read-only. |
| Name | Description |
|---|---|
CompareTo | Compares this guid to another. |
Equals | Returns a boolean indicating if the value and this object instance are the same instance. |
GetHashCode | Returns a pseudo-unique number identifying this instance. |
ToByteArray | Returns the guid value has an array of bytes. |
ToProgramID | Returns the Program ID associated with the guid in the |
ToString | Returns a string representation of guid value. |