This topic has not yet been rated - Rate this topic

HttpUtility.UrlDecodeToBytes Method

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