Monday, July 19, 2010

Convert & to & in .NET

HttpUtility.HtmlDecode(string)

This will help you to decode the entire string as compared to using string.Replace.

No comments:

Post a Comment