parseIniConfig

Parse configuration from the given INI config string.

parseIniConfig
(
const string contents
)

Parameters

contents string

Text contents of the config to be parsed.

Return Value

The parsed configuration.

Meta