My string is not coming with strange characters, it's coming with numbers and percentage. Example:
"[email protected]"
"teste%40test.com"
or
"fictício"
"fict%C3%ADcio"
My string is not coming with strange characters, it's coming with numbers and percentage. Example:
"[email protected]"
"teste%40test.com"
or
"fictício"
"fict%C3%ADcio"
I was able to resolve using
Server.UrlDecode(minhaString);