fetchSetting(String, String) Method

encapsulates setting fetching (currently ConfigurationManager from DBAddin.xll.config), use only for strings. For Integer and Boolean use fetchSettingInt and fetchSettingBool
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)

Syntax

public static string fetchSetting(
	string Key,
	string defaultValue
	)

Parameters

Key
Type: String
settings key to take value from
defaultValue
Type: String
Value that is taken if Key was not found

Returns

String
the setting value