Hi, i need to URL encode a sting to be posted to a webpage in C# or even VB.NET i have found the HttpUtility.UrlEncode in system.web but this does not work on windows mobile, has anyone found a function/utility that will do this?
E.g.
"My name is" will become "My%20name%20is"
Start Free Trial