PreferenceBagGetStringPref Method |
Gets a preference's value as a string
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public string GetStringPref(
string sPrefName,
string sDefault
)
Public Function GetStringPref (
sPrefName As String,
sDefault As String
) As String
public:
virtual String^ GetStringPref(
String^ sPrefName,
String^ sDefault
) sealed
Parameters
- sPrefName
- Type: SystemString
The Preference Name - sDefault
- Type: SystemString
The default value if the preference is missing
Return Value
Type:
StringA string
Implements
IFiddlerPreferencesGetStringPref(String, String)See Also