as

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

  1. string as(Value v)
    @safe pure @trusted
    string
    as
    (
    T
    )
    (
    in Value v
    )
    if (
    is(T == string)
    )
  2. T as(Value v)

Meta