Guid Class
Used to generate a random sequence of characters used to resemble a
Microsoft GUID.
"[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}"
Constructors
public Guid( )
Methods
equals( Object obj ) returns boolean
hashCode( ) returns int
toString( ) returns String