IniLikeGroup.unescapedValue

Get value by key.

class IniLikeGroup
@safe final const nothrow pure
string
unescapedValue
(
string key
,
string locale = null
,
Flag!"nonLocaleFallback" nonLocaleFallback = Yes.nonLocaleFallback
)

Parameters

key string

Key of value.

locale string

Optional locale to use in localized lookup if not empty.

nonLocaleFallback Flag!"nonLocaleFallback"

Allow fallback to non-localized version.

Return Value

Type: string

The unescaped value associated with key or null if not found.

See Also

Meta