How can one convert the response recieved from Uri through WebClient into a human readable string.
I have tried.
- System.Text.Encoding
- Convert.ToBase64String, Convert.FromBase64String
doesnot work as desired. it is either gibberish or empty string.
Thanks
Regards