jeudi 23 avril 2020

c# - Reading Turkish etc. characters from website (changing encoding)

I am trying to reading text from a website, but there are different characters like Turkish.

So should I change encoding or something? But how?

Here is my code :

string textxd = new WebClient().DownloadString("sitename");



Aucun commentaire:

Enregistrer un commentaire