IniLikeGroup.escapedValue

Get value by key in escaped form.

  1. string escapedValue(string key)
    class IniLikeGroup
    @nogc @safe final const nothrow pure
    string
    escapedValue
    (
    string key
    )
  2. string escapedValue(string key, string locale, Flag!"nonLocaleFallback" nonLocaleFallback)

Return Value

Type: string

The escaped value associated with the key, or empty string if group does not contain such item.

See Also

Meta