Properties
Link copied to clipboard
Link copied to clipboard
The number of bytes used to represent an instance of Uuid in a binary form.
Since Kotlin 2.0
Functions
Link copied to clipboard
Creates a uuid from a byte array containing 128 bits split into 16 bytes.
Since Kotlin 2.0
Link copied to clipboard
Creates a uuid from specified 128 bits split into two 64-bit ULongs.
Since Kotlin 2.0
Link copied to clipboard
Parses a uuid from the standard string representation as described in Uuid.toString.
Since Kotlin 2.0
Link copied to clipboard
Parses a uuid from the hexadecimal string representation as described in Uuid.toHexString.
Since Kotlin 2.0