ConfigFileHelperGetSetting(String, String) Method
Returns the setting value in the configuration file for a given key and prefix.
Namespace: Configuration.HelperAssembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
protected string? GetSetting(
string settingKey,
string prefix
)
- settingKey String
- Key of the setting.
- prefix String
- Prefix for the setting.
String is returned if the setting is not found.