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

IniFile.ReadValue Method

C#
public string ReadValue(string Section, string Key)

Reads data from the INI File.

Parameters

[string] Section

Section name.

[string] Key

Key Name.

Returns

string

The value.