| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
Component: UUID
UUID functions.
| Version | macOS | Windows | Linux | Server | iOS SDK |
| 2.3 / 15.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
| Item | Details |
|---|---|
| UUID.Formatted Creates a new UUID/GUID and returns it as a formatted string. | All 2.3 |
| UUID.FromNumber Converts from formatted UUID to UUID number. | All 8.2 |
| UUID.Hex Creates a new UUID/GUID and returns it as a hex string. | All 2.3 |
| UUID.Number Creates new UUID number. | All 8.2 |
| UUID.Raw Creates a new UUID/GUID and returns it as a 16 byte string. The string is not for displaying to users, but for small footprint on storage. | All 2.3 |
| UUID.TimeFromUUIDv7 Queries the timestamp of an UUIDv7. | All 15.5 |
| UUID.ToNumber Converts from UUID number to formatted UUID. | All 8.2 |
| UUID.UUIDv7 Creates a new UUIDv7 and returns it as a formatted string. | All 15.5 |
8 functions shown.
These functions require a license (100%).
Release notes
- Version 15.5
- Added UUID.UUIDv7 and UUID.TimeFromUUIDv7 functions.
- Version 11.2
- Optimized UUID.FromNumber and UUID.ToNumber to be a bit quicker.
- Version 8.2
- Added UUID.FromNumber and UUID.ToNumber functions.
- Added UUID.Number function.
Blog Entries