Constructor
new L3D.Guid()
Methods
static generate(prefix, suffix) → String
Generate a new unique identifier.
Parameters
prefix |
String | Optional prefix to prepend to the identifier. |
suffix |
String | Optional suffix to append to the identifier. |
Returns
- String
The new Guid string.