PreferenceBagGetInt32Pref Method |
Return an Int32 Preference.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public int GetInt32Pref(
string sPrefName,
int iDefault
)
Public Function GetInt32Pref (
sPrefName As String,
iDefault As Integer
) As Integer
public:
virtual int GetInt32Pref(
String^ sPrefName,
int iDefault
) sealed
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:
Int32The Int32 value of the Preference, or the default value
Implements
IFiddlerPreferencesGetInt32Pref(String, Int32)See Also