binaryValueAs

Returns UUID as native UUID value

  1. T binaryValueAs [@property getter]
  2. T binaryValueAs [@property getter]
  3. UUID binaryValueAs [@property getter]
    package @trusted @property
    UUID
    binaryValueAs
    (
    T
    )
    (
    in Value v
    )
    if (
    is(T == UUID)
    )
  4. bool binaryValueAs [@property getter]
  5. Json binaryValueAs [@property getter]

Meta