INIReader.isQuoted

Used only with Key tokens.

Indicates whenever current value has been quoted. This information can be used by Boxers to skip boxing of quoted values.

struct INIReader(INIFormatDescriptor Format, ubyte Flags = 0x00, alias Boxer)
bool isQuoted;

Meta