Uuid.parse

Attempt to parse the representation of a UUID given in value. If the value is not in the correct format, throw IllegalArgumentException. If the value is in the correct format, return a UUID representing the given value.

The following is an example of a UUID in the expected format: 67e55044-10b1-426f-9247-bb680e5fe0c8

struct Uuid
static
parse
(
char[] value
)

Meta