IniLikeGroup.value

Get value by key.

class IniLikeGroup
@nogc @safe final const nothrow pure
string
value
(
string key
)

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

Meta