Hi everyone,
I made a small utility class in Xojo that generates RFC 4122-compliant UUID v4 values.
Nothing fancy, but it might be useful if you need unique identifiers for things like databases, files, API keys, etc.
It supports:
- Standard hexadecimal format (with or without hyphens)
- Base64 format (with padding)
- Easy to use, no dependencies
URL link to the project on the github site: Xojo-UUID-Generator-Class
Or Download direct : UUID Generator Class project.zip (12.1 KB)
4 posts - 3 participants