UUID.toString

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"

  1. void toString(Writer sink)
    struct UUID
    const
    void
    toString
    (
    Writer
    )
    (
    scope Writer sink
    )
  2. string toString()

Parameters

sink Writer

OutputRange or writeable array at least 36 entries long

Meta