Click or drag to resize
UtilitiesCopyToClipboard Method (String)
Copy a string to the clipboard, notifying the user of any exceptions

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static bool CopyToClipboard(
	string sText
)

Parameters

sText
Type: SystemString
The text to copy

Return Value

Type: Boolean
TRUE if the copy succeeded
See Also