5 out of 6 rated this helpful - Rate this topic

HttpUtility.UrlDecode Method

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
Public method Static member UrlDecode(String) Converts a string that has been encoded for transmission in a URL into a decoded string.
Public method Static member UrlDecode(Byte[], Encoding) Converts a URL-encoded byte array into a decoded string using the specified decoding object.
Public method Static member UrlDecode(String, Encoding) Converts a URL-encoded string into a decoded string, using the specified encoding object.
Public method Static member 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.
Top
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ