Benny Sutton is 4 hire - just click here

Decode String from HTML

Converts a string from an HTML-encoded string - extension for HttpUtility.HtmlDecode

           
        public static string HtmlDecode(this string data)
        {
            return HttpUtility.HtmlDecode(data);
        }

    

Returns decoded HTML string - call like this...

         
            string s = ExtensionHelpers.HtmlEncode()