SFQApplication.GetINIValue

Reads a value from the specified INI file.

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

Return Value

The value in the INI file if it was found or the value of DefaultValue 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.

DefaultValue
The value to return if the specified entry isn't found.

Overloads:


See also:

Class SFQApplication

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