IniSection.setValue

Find or create key keyName and set its _value to newValue.

  1. void setValue(IniKey ikey, string newValue)
  2. void setValue(string keyName, string newValue)
    class IniSection
    void
    setValue
    (
    string keyName
    ,
    string newValue
    )

Meta