IniLikeGroup.validateKeyValue

Validate key and value before setting value to key for this group and throw exception if not valid. Can be reimplemented in derived classes. Default implementation check if key is not empty string, leaving value unchecked.

class IniLikeGroup
protected @trusted const
void
validateKeyValue
(
string key
,
string value
)

Meta