Guid

Guid


Represents a globally unique identifier (GUID).

Remarks

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 Also

Project VBCorLib Overview | GuidStatic

Implements:

IComparable 
IFormattable 
IObject 

Public:

Properties:

NameDescription
 Handle (get) Returns a pointer to the internal GUID structure.  
 IsReadOnly (get) Returns if the guid is read-only.  

Methods:

NameDescription
 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 format.  
 ToString Returns a string representation of guid value.