UUID.toString

void toString(Writer)(scope Writer sink) const

Write 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

sinkOutputRange or writeable array at least 36 entries long
string toString() @trusted pure nothrow const

Return the UUID as a string in the canonical form.