Vocola.net
Vocola 3.1 Function Library
ConvertToPlainText()
Namespaces LibraryClipboard ► ConvertToPlainText
Converts the Windows clipboard content to plain text, if possible.
Syntax
ConvertToPlainText()
Remarks
Data on the Windows clipboard may be in a format other than plain text, such as formatted text. This function converts the data to plain text, if possible.
Examples
CopyPaste as plain text
Paste Clean = Clipboard.ConvertToPlainText() {Ctrl+v};
This command pastes the current clipboard contents as plain text. It is useful, for example, when copying text from a Web browser and pasting into Microsoft Word.

Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)