Properties
The number of bytes used to represent an instance of Uuid in a binary form.
Functions
Creates a uuid from a byte array containing 128 bits split into 16 bytes.
Creates a uuid from an array containing 128 bits split into 16 unsigned bytes.
Creates a uuid from specified 128 bits split into two 64-bit ULongs.
Generates a new random Uuid Version 7 instance for a specified moment in time.
Parses a uuid from the hexadecimal string representation as described in Uuid.toHexString.
Parses a uuid from the standard hex-and-dash string representation as described in Uuid.toHexDashString.
Parses a uuid from the standard hex-and-dash string representation as described in Uuid.toHexDashString, returning null is a string has a different format.
Parses a uuid from the hexadecimal string representation as described in Uuid.toHexString, returning null if a string has a different format.
Parses a uuid from one of the supported string representations, returning null if it matches none of them.