This documentation is archived and is not being maintained.
HttpUtility::UrlDecode Method
Visual Studio 2008
Converts a string that has been encoded for transmission in a URL into a decoded string.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
UrlDecode(String) | Converts a string that has been encoded for transmission in a URL into a decoded string. |
|
UrlDecode(array<Byte>, Encoding) | Converts a URL-encoded byte array into a decoded string using the specified decoding object. |
|
UrlDecode(String, Encoding) | Converts a URL-encoded string into a decoded string, using the specified encoding 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. |
Show: