Last updated
Was this helpful?
The UUID object provides utilities for working with universally unique identifiers (UUIDs). It supports operations to retrieve the byte array or string representation of a UUID.
Get the byte array representation of the UUID.
Returns: Array the byte array representation of the UUID.
Sample
uuid.toBytes();Get the string representation of the UUID.
Returns: String the string representation of the UUID.
Sample
Last updated
Was this helpful?
Was this helpful?
uuid.toString();