Click or drag to resize
PreferenceBagGetInt32Pref Method
Return an Int32 Preference.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public int GetInt32Pref(
	string sPrefName,
	int iDefault
)

Parameters

sPrefName
Type: SystemString
The Preference name
iDefault
Type: SystemInt32
The default value to return if the specified preference does not exist

Return Value

Type: Int32
The Int32 value of the Preference, or the default value

Implements

IFiddlerPreferencesGetInt32Pref(String, Int32)
See Also