Copy text string to clipboard
Namespace: LLCryptoLib.UtilsAssembly: 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
Exception | Condition |
---|---|
LLCryptoLib..::..LLCryptoLibException | This method is not supported in Mono |