Function ConfigFactory.parseConfig

Parse configuration from the given string.

ConfigDictionary parseConfig (
  string contents
);

Parameters

NameDescription
contents Text contents of the config to be parsed.

Returns

The parsed configuration.