UrlDecode Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Web Namespace
HttpUtility Class
HttpUtility Methods
UrlDecode Method
UrlDecode Method (String)
UrlDecode Method (Byte[], Enco ...
UrlDecode Method (String, Enco ...
UrlDecode Method (Byte[], Int3 ...
HttpUtility Methods
HtmlAttributeEncode Method
HtmlDecode Method
HtmlEncode Method
ParseQueryString Method
UrlDecode Method
UrlDecodeToBytes Method
UrlEncode Method
UrlEncodeToBytes Method
UrlEncodeUnicode Method
UrlEncodeUnicodeToBytes Method
UrlPathEncode Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
HttpUtility
.
.
::
.
UrlDecode Method
Converts a string that has been encoded for transmission in a URL into a decoded string.
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.
Top
See Also
Reference
HttpUtility Class
HttpUtility Members
System.Web Namespace
Tags :