SFQApplication.GetINIValue

Reads a value from the specified INI file.

public string GetINIValue(string INIFile,
	string Section,
	string Entry);

Return Value

The value in the INI file if it was found or a blank string if not.

Parameters

INIFile
The fully-qualified path to the INI file.

Section
The section in the INI file where the value can be found.

Entry
The name of the entry to return the value for.

Overloads:


See also:

Class SFQApplication

© Stonefield Software Inc., 2023 • Updated: 06/06/16
Comment or report problem with topic