HttpUtility.UrlDecode Method
.NET Framework 3.0
Converts a string that has been encoded for transmission in a URL into a decoded string.
| Name | Description |
|---|---|
| HttpUtility.UrlDecode (String) | Converts a string that has been encoded for transmission in a URL into a decoded string. |
| HttpUtility.UrlDecode (Byte[], Encoding) | Converts a URL-encoded byte array into a decoded string using the specified decoding object. |
| HttpUtility.UrlDecode (String, Encoding) | Converts a URL-encoded string into a decoded string, using the specified encoding object. |
| HttpUtility.UrlDecode (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. |
Community Additions
ADD
Show: