IniLikeGroup.writeEntry

Set value by key. This function automatically escape the value (you should not escape value yourself) when writing it.

class IniLikeGroup
@safe final
string
writeEntry
(
string key
,
string value
,
string locale = null
)

Throws

IniLikeEntryException if key or value is not valid.

Meta