fetchSettingInt(String, String) Method

exception proof fetching of integer settings
Namespace: DBaddinAssembly: DBaddin in (DBaddin.dll)

Syntax

public static int fetchSettingInt(
	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

Int32
the setting value