IniLikeGroup.value

Get value by key.

class IniLikeGroup
@nogc @safe const nothrow
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.

Meta