UUID.toString
void toString(Writer)(scope Writer sink) constWrite the UUID into sink as an ASCII string in the canonical form, which is 36 characters in the form "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
Parameters
sink | OutputRange or writeable array at least 36 entries long |
string toString() @trusted pure nothrow constReturn the UUID as a string in the canonical form.