Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
UUID functions.
Version | macOS | Windows | Linux | Server | iOS SDK |
2.3 / 8.2 | ✅ 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.ToNumber Converts from UUID number to formatted UUID. | All 8.2 |
6 functions shown.
Feedback: Report problem or ask question.