as

Returns cell value as native string type from text or binary formatted field

  1. string as [@property getter]
    @trusted @property pure
    string
    as
    (
    T
    )
    (
    in Value v
    )
    if (
    is(T == string)
    )
  2. T as [@property getter]

Meta