Free Download !
Scroll
FOLLOW US
4dots Software
CODE HELP BLOG
VIDEO
AUDIO
OFFICE
PDF
FILE MANAGEMENT
SYSTEM
WEBDESIGN
GRAPHICS
DESKTOP
PASSWORD
OTHER
ONLINE TOOLS
Code Help Blog
.NET
.NET User Controls
Jquery & Javascript
PHP
NSIS
Misc
Buy
Free Software
About
What's new
Translators Wanted - Win Paid Application
Report a Bug or ask for new Feature
About us
Support
Contact us
Misc
Affiliates signup
How to register
How to ask for a refund
Download PRODUCT CATALOG
Code Help Blog
Donate!
PAD Files
Sitemap
Home
Code Help Blog
.NET Articles
How to URL Decode a String
To URL decode a string do the following :
string url_decoded_string = HttpUtility.UrlDecode(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