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};
Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)