Does anyone know how to convert a string in C# that has UTF-8 hexadecimal characters in it to a regular characters.?
For example
hell%c3%b3 to hello
Chart
UTF-8      ASCII     TECKEN   Flattened
%c3%b3     %f3       ò        o
There are many UTF-8 hexadecimals I need to convert is there a way to do this with a built in method in .NET?
 
     
    