how to translate string to web compatible format?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi!
I want to open a google search from my program. But Google does for example
not understand the search parameters, if one of them is C# , e.g. "C#
tutorials". Only if I convert it to c%23%20tutorials. Is there a function
which can already do this? It has to be, because every search field in IE
does it all the time... I hope someone knows what I am talking about.

right URL to google: "http://www.google.com/search?hl=en&q=c# tutorials"
wrong URL: "http://www.google.com/search?hl=en&q=c# tutorials"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top