fetchSettingBool(String, String) Method
exception proof fetching of boolean settings
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)
Syntax
public static bool fetchSettingBool( 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
Boolean
the setting value