UtilitiesCopyToClipboard Method (String) |
Copy a string to the clipboard, notifying the user of any exceptions
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static bool CopyToClipboard(
string sText
)
Public Shared Function CopyToClipboard (
sText As String
) As Boolean
public:
static bool CopyToClipboard(
String^ sText
)
Parameters
- sText
- Type: SystemString
The text to copy
Return Value
Type:
BooleanTRUE if the copy succeeded
See Also