HttpUtility::UrlDecode Method
.NET Framework (current version)
Converts a string that has been encoded for transmission in a URL into a decoded string.
To encode or decode values outside of a web application, use the WebUtility class.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | UrlDecode(array<Byte>^, Encoding^) | Converts a URL-encoded byte array into a decoded string using the specified decoding object. |
![]() ![]() | UrlDecode(array<Byte>^, Int32, Int32, Encoding^) | Converts a URL-encoded byte array into a decoded string using the specified encoding object, starting at the specified position in the array, and continuing for the specified number of bytes. |
![]() ![]() | UrlDecode(String^) | Converts a string that has been encoded for transmission in a URL into a decoded string. |
![]() ![]() | UrlDecode(String^, Encoding^) | Converts a URL-encoded string into a decoded string, using the specified encoding object. |
Show:

