I have some URL encoded data in a db (sql server 2005) which I decode to parse it. I use:
Uri.UnescapeDataString
sometimes I get:
{“Invalid URI: There is an invalid sequence in the string.”}
what invalid sequences do I have to look out for you reckon?
Thanks.
Christian
Have you tried using the
HttpUtility.UrlDecodemethod instead?