IniLikeFile.escapedValue

Shortcut to IniLikeGroup.escapedValue of given group. Returns null if the group does not exist.

  1. string escapedValue(string groupName, string key)
    class IniLikeFile
    @nogc @safe final
    string
    escapedValue
    (
    string groupName
    ,
    string key
    )
  2. string escapedValue(string groupName, string key, string locale, Flag!"nonLocaleFallback" nonLocaleFallback)

Meta