Hi,
How can I convert:
Copy%20of%20File
to
Copy of File
I could use a regex but I'm unsure what other escapes exist for url
which might also catch me out. I'm thinking there is a function that
worries about this for me.
Thanks,
Barry
Marc Gravell - 19 Oct 2007 10:07 GMT
HttpUtility.UrlEncode / UrlDecode?
Marc
Rad [Visual C# MVP] - 19 Oct 2007 12:25 GMT
>Hi,
>
[quoted text clipped - 13 lines]
>
>Barry
Try this:
HttpUtility.UrlDecode("copy%20to%20me")
--
http://bytes.thinkersroom.com