An open API service indexing awesome lists of open source software.

https://github.com/fab2bprog/xojo-uuid-generator-class

This Xojo class generates RFC 4122-compliant UUID version 4 identifiers. It supports customizable output formats, including standard hexadecimal with or without hyphens, and Base64 (with optional padding). The UUIDs are randomly generated and suitable for use as unique identifiers in databases, APIs, files, and distributed systems.
https://github.com/fab2bprog/xojo-uuid-generator-class

guid guid-generator rfc4122 uuid uuid-generator uuid-v4 uuidv4 xojo

Last synced: 5 months ago
JSON representation

This Xojo class generates RFC 4122-compliant UUID version 4 identifiers. It supports customizable output formats, including standard hexadecimal with or without hyphens, and Base64 (with optional padding). The UUIDs are randomly generated and suitable for use as unique identifiers in databases, APIs, files, and distributed systems.

Awesome Lists containing this project