HttpServerUtility.UrlEncode

  • Thread starter Thread starter Arne
  • Start date Start date
A

Arne

How do I instanciate HttpServerUtility? I am writing an exe and I need to
urlencode some data.
 
How do I instanciate HttpServerUtility? I am writing an exe and I need
to urlencode some data.

string encoded = System.Web.HttpUtility.UrlEncode(originalString);

Peace and Grace,

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

*******************************************
| Think outside the box! |
*******************************************
 

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

Similar Threads


Back
Top