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