Copy text string to clipboard

Namespace: LLCryptoLib.Utils
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public static void Copy(
	string what
)
Visual Basic
Public Shared Sub Copy ( _
	what As String _
)
Visual C++
public:
static void Copy(
	String^ what
)

Parameters

what
Type: System..::..String
The string to be copied into the clipboard

Exceptions

ExceptionCondition
LLCryptoLib..::..LLCryptoLibExceptionThis method is not supported in Mono

See Also