IniFile Fields

IniFileIO

IniFile Fields

IniFileIO Documentation
Fields

  NameDescription
Private field_nameWhitespaceLiteral
Specifies whether the key name portion of the key is whitespace sensitive.
Private field_sections
Internal list of IniFileSections in the file.
Private field_valueWhitespaceLiteral
Specifies whether the value portion of the key is whitespace sensitive.
Private fieldStatic memberCOMMENT
Token at the beginning of a line which denotes a comment. (';' character.)
Private fieldStatic memberKEY_VALUE_SEPARATOR
Token within a IniFileKey which defines the separation of the Name and Value. ('=' character.). Only the first token encountered in a line is processed (so the Value can contain this token in its text).
Private fieldStatic memberSECTION_BEGIN
Token at the beginning of a line which denotes a IniFileSection name start. ('[' character.)
Private fieldStatic memberSECTION_END
Token at the end of a line which denotes a IniFileSection name end. (']' character.)
Top
See Also

Reference