My Project
|
Represents an INI data parser for strings. More...
Public Member Functions | |
StringIniParser () | |
Ctor. | |
StringIniParser (IniDataParser parser) | |
Ctor. | |
IniData | ParseString (string dataStr) |
Parses a string containing data formatted as an INI file. | |
string | WriteString (IniData iniData) |
Creates a string from the INI data. | |
Properties | |
IniDataParser | Parser [get, protected set] |
This instance will handle ini data parsing and writing. | |
Represents an INI data parser for strings.
This class is deprecated and kept for backwards compatibility. It's just a wrapper around IniDataParser class. Please, replace your code.
|
inline |
Ctor.
parser |
|
inline |
Parses a string containing data formatted as an INI file.
dataStr | The string containing the data. |
|
inline |
Creates a string from the INI data.
iniData | An IniData instance. |