UUID

fun UUID(string: String): UUID

Creates a UUID instance from the specified string representation.

Return

The UUID instance parsed from the string.

Parameters

string

The string representation of the UUID.

Throws

if the specified string does not conform to the string representation format.


fun UUID(): UUID

Return

a random UUID