IniLikeGroup.value

Get value by key.

class IniLikeGroup
@nogc @safe final const nothrow pure
string
value
(
string key
,
string defaultValue = null
)

Return Value

Type: string

The value associated with the key, or defaultValue if group does not contain such item. Note: The value is not unescaped automatically.

See Also

readEntry, localizedValue

Meta