DistinguishedEncodingRulesElement.boolean

Decodes a bool.

A 0xFF byte will be interpreted as $(MONO TRUE). A zero byte (0x00) will be interpreted as $(MONO FALSE). Any other value, or any length other than 1 byte will throw an exception.

  1. bool boolean [@property getter]
    class DistinguishedEncodingRulesElement
    override @property @safe const
    bool
    boolean
    ()
  2. bool boolean [@property setter]

Throws

Meta