IniLikeGroup.setEscapedValue

Set value associated with key and locale.

  1. string setEscapedValue(string key, string value, InvalidKeyPolicy invalidKeyPolicy)
  2. string setEscapedValue(string key, string locale, string value, InvalidKeyPolicy invalidKeyPolicy)
    class IniLikeGroup
    @safe final
    string
    setEscapedValue

Throws

inilike.exception.IniLikeEntryException if key or value is not valid or value needs to be escaped.

See Also

Meta