IniLikeGroup.readEntry

Get value by key. This function automatically unescape the found value before returning.

class IniLikeGroup
@safe final const nothrow pure
string
readEntry
(
string key
,
string locale = null
)

Return Value

Type: string

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

See Also

Meta