ConfigItem.parseType

ConfigItemType parseType(string t) @safe pure nothrow

Maps an ODF type string to a ConfigItemType value.

Parameters

tType attribute value (e.g. "int", "string").

Returns

The matching ConfigItemType; defaults to

ConfigItemType.STRING when t is unrecognised.