csharp Url Encode

using System.Web;
string EncodedString = HttpUtility.UrlEncode("my string");

//or
string EncodedString = System.Web.HttpUtility.UrlEncode("my string"
Url Encode a string.

Updated: Wednesday 6th April 2011, 23:35pm

There are 0 comments

Leave a comment of your own

Comments are currently closed.