ConfigParser.set

Set Config-Key Property

Usage Example:

Config.parseFile(`etc/config.ini`);

Config.set(`category`, `key`, `value`);
class ConfigParser
void
set
(
string category
,
string key
,
string value
)

Parameters

category string

category to be set

key string

key to be set

value string

value of the property

Meta