Clipboard::GetText Method
.NET Framework (current version)
Retrieves text data from the Clipboard.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetText() | Retrieves text data from the Clipboard in the Text or UnicodeText format, depending on the operating system. |
![]() ![]() | GetText(TextDataFormat) | Retrieves text data from the Clipboard in the format indicated by the specified TextDataFormat value. |
Show:

