IFiddlerPreferencesGetBoolPref Method |
Get a preference's value as a boolean
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax bool GetBoolPref(
string sPrefName,
bool bDefault
)
Function GetBoolPref (
sPrefName As String,
bDefault As Boolean
) As Boolean
bool GetBoolPref(
String^ sPrefName,
bool bDefault
)
Parameters
- sPrefName
- Type: SystemString
The Preference Name - bDefault
- Type: SystemBoolean
The default value for missing or invalid preferences
Return Value
Type:
BooleanA Boolean
See Also