Метод | Описание | |
---|---|---|
GetValue ( string sectionName, string valueName ) : string |
Gets a value from the .INI file.
|
|
IniFileReader ( string fileName ) : System |
Initializes a new instance of the IniFileReader class.
|
public GetValue ( string sectionName, string valueName ) : string | ||
sectionName | string | The section in which to find the key-value pair. |
valueName | string | The key of the key-value pair. |
Результат | string |
public IniFileReader ( string fileName ) : System | ||
fileName | string | The full path to the .INI file to be read. |
Результат | System |