CreateGUID()
A globally unique identifier or GUID is a special type of identifier used in software applications to provide an unique reference number.
The value is represented as a 32 character hexadecimal string, such as {21EC2020-3AEA-1069-A2DD-08002B30309D} and usually stored as a 128 bit integer.
CreateGUID( );
Returns: String
This function does not take any arguments.
Examples
dump(CreateGUID());
See also
- Core CFML Language
- CreateULID()
- CreateUniqueId()
- CreateUUID()
- IsValid()
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)