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

Guid( )

Public Methods

toString( ) returns String
hashCode( ) returns int
equals( Object obj ) returns boolean