Uuid.toString

Get the canonical string representation of a UUID. The canonical representation is in hexidecimal, with hyphens inserted after the eighth, twelfth, sixteenth, and twentieth digits. For example: 67e55044-10b1-426f-9247-bb680e5fe0c8 This is the format used by the parsing functions.

struct Uuid
char[]
toString
()

Meta