UUID
Last updated
Was this helpful?
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.
Get the string representation of the UUID.
Get the byte array representation of the UUID.
Returns: the byte array representation of the UUID.
Sample
Get the string representation of the UUID.
Sample
Returns: the string representation of the UUID.