4dots Software
CODE HELP BLOG
string html_encoded_string = HttpUtility.HtmlEncode(text_to_encode);
Please note that you have to also add "using System.Web;" on the top and also add a reference to the System.Web library.