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: Stringsettings key to take value from
- defaultValue
- Type: StringValue that is taken if Key was not found
Returns
String
the setting value