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: String
settings key to take value from
defaultValue
Type: String
Value that is taken if Key was not found

Returns

Boolean
the setting value