HttpUtility::UrlDecodeToBytes Method
.NET Framework (current version)
Converts a URL-encoded string or byte array into a decoded array of bytes.
To encode or decode values outside of a web application, use the WebUtility class.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | UrlDecodeToBytes(array<Byte>^) | Converts a URL-encoded array of bytes into a decoded array of bytes. |
![]() ![]() | UrlDecodeToBytes(array<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. |
![]() ![]() | 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. |
Show:

