frmPromptGetUserString Method (String, String, String) |
Get a string value from the user.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static string GetUserString(
string sTitle,
string sPrompt,
string sDefault
)
Public Shared Function GetUserString (
sTitle As String,
sPrompt As String,
sDefault As String
) As String
public:
static String^ GetUserString(
String^ sTitle,
String^ sPrompt,
String^ sDefault
)
Parameters
- sTitle
- Type: SystemString
The title of the dialog - sPrompt
- Type: SystemString
The prompt text - sDefault
- Type: SystemString
The default string value
Return Value
Type:
StringThe value entered by the user (or default, if unmodified)
See Also