ConfigFileHelperGetSetting(String) Method

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

Definition

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

Parameters

settingKey  String
Key of the setting.

Return Value

String
is returned if the setting is not found.

See Also