pumplesno.blogg.se

How to retrieve copied text from clipboard
How to retrieve copied text from clipboard













how to retrieve copied text from clipboard how to retrieve copied text from clipboard

You get allot of wrong encodings, which leading to funny/bad characters such as NET 4 Framework and lower, and it actually reads as UTF-8 as Windows-1252. NET Framework you are using you might head warning below.ĭataFormats.Html specification states it's encoded in UTF-8.

how to retrieve copied text from clipboard

Or you can use static string clipHTML ĬlipHTML = Clipboard.GetText(TextDataFormat.Html) ĭepending on what.















How to retrieve copied text from clipboard