See: Description
Class | Description |
---|---|
MACAddressParser |
The MAC address parser attempts to find the following patterns:
.{1,2}:.{1,2}:.{1,2}:.{1,2}:.{1,2}:.{1,2}
.{1,2}-.{1,2}-.{1,2}-.{1,2}-.{1,2}-.{1,2}
|
UUID |
Creates UUIDs according to the DCE Universal Token Identifier specification.
|
UUIDGen |
This class contains methods to generate UUID fields.
|
UUIDHelper |
The UUID struct.
|
UUIDHolder |
The UUID struct.
|
An implementation of Universally Unique IDentifiers, as outlined in the DCE Universal Token Identifier specification. UUIDs can be used for databases or anywhere you need primary keys and sequences aren't good enough.
This implementation is by far the fastest on the market, as well as being threadsafe.
Copyright © 2003–2018. All rights reserved.