binaryValueAs

Returns value as bytes from binary formatted field

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

Meta