Return the UUID as a string in the canonical form.
immutable str = "8ab3060e-2cba-4f23-b74c-b52db3bdfb46"; auto id = UUID(str); assert(id.toString() == str);
See Implementation
Return the UUID as a string in the canonical form.