Free Download !
Scroll
FOLLOW US
4dots Software
CODE HELP BLOG
VIDEO
AUDIO
OFFICE
PDF
FILE MANAGEMENT
SYSTEM
WEBDESIGN
GRAPHICS
DESKTOP
PASSWORD
OTHER
ONLINE TOOLS
click on software category to view related programs
Code Help Blog
.NET
.NET User Controls
Jquery & Javascript
PHP
NSIS
Misc
Buy
Free Software
About
What's new
Translators Wated - Win Paid Application
Report a Bug or ask for new Feature
About us
Support
Contact us
Misc
Affiliates signup
How to register
Download PRODUCT CATALOG
Code Help Blog
Donate!
PAD Files
Sitemap
Home
Code Help Blog
.NET Articles
How to HTML Decode a String
To HTML decode a string do the following :
string html_decoded_string = HttpUtility.HtmlDecode(text_to_decode);
Please note that you have to also add "using System.Web;" on the top and also add a reference to the System.Web library.
Download Demo Project
Encode Decode Demo Project