HttpUtility.UrlDecodeToBytes Method
.NET Framework 4.5
Converts a URL-encoded string or byte array into a decoded array of bytes.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
UrlDecodeToBytes(Byte[]) | Converts a URL-encoded array of bytes into a decoded array of bytes. |
|
UrlDecodeToBytes(String) | Converts a URL-encoded string into a decoded array of bytes. |
|
UrlDecodeToBytes(String, Encoding) | Converts a URL-encoded string into a decoded array of bytes using the specified decoding object. |
|
UrlDecodeToBytes(Byte[], Int32, Int32) | Converts a URL-encoded array of bytes into a decoded array of bytes, starting at the specified position in the array and continuing for the specified number of bytes. |