The script copies the text and puts it on the clipboard. How in C # then paste the text that is in the clipboard into a variable?

1 answer 1

Try this:

Clipboard.GetText 

https://msdn.microsoft.com/ru-ru/library/kz40084e(v=vs.110).aspx