Namespace: Rx.Net – Class: IniFile – Assembly: Rx.Net

IniFile.WriteValue Method

C#
public void WriteValue(string Section, string Key, string Value)

Write data to the INI File.

Parameters

[string] Section

Section name.

[string] Key

Key Name.

[string] Value

Value Name.