Uuid.tryParse

Attempt to parse the representation of a UUID given in value. If the value is not in the correct format, return false rather than throwing an exception. If the value is in the correct format, set uuid to represent the given value.

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

struct Uuid
static
bool
tryParse
(
char[] value
,)

Meta