ConfigFileHelperGetSetting(String, String) Method

Returns the setting value in the configuration file for a given key and prefix.

Definition

Namespace: Configuration.Helper
Assembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
C#
protected string? GetSetting(
	string settingKey,
	string prefix
)

Parameters

settingKey  String
Key of the setting.
prefix  String
Prefix for the setting.

Return Value

String
is returned if the setting is not found.

See Also