StrictINIFormat

Strict INI format.

This format is used by MinimalINIReader.

This format defines only ; as comment character and " as only quote. For more universal format consider using UniversalINIFormat.

const
INIFormatDescriptor StrictINIFormat;

Meta