This is probably very simple, but I simply cannot find the answer myself :(
Basicaly, what I want is, given this string:
"http://www.google.com/search?hl=en&q=c# objects"
I want this output:
http://www.google.com/search?hl=en&q=c%23+objects
I'm sure there's some helper class somewhere buried in the Framework that takes care of that for me, but I'm having trouble finding it.
EDIT: I should add, that this is for a Winforms App.