Reverse function of HttpUtility.ParseQueryString
- by Palani
.Net System.Web.HttpUtility class has following function to parse query string into NameValueCollection.
public static NameValueCollection ParseQueryString(string query);
MSDN: http://msdn.microsoft.com/en-us/library/ms150046.aspx
Is there any function to do reverse , convert NameValueCollection into Query String.