Function IniLikeGroup.unescapedValue
Get value by key.
final string unescapedValue
(
string key,
string locale = null,
std .typecons .Flag!("nonLocaleFallback") nonLocaleFallback = cast(Flag)true
) pure nothrow @safe const;
Parameters
Name | Description |
---|---|
key | Key of value. |
locale | Optional locale to use in localized lookup if not empty. |
nonLocaleFallback | Allow fallback to non-localized version. |
Returns
The unescaped value associated with key or null if not found.