[]
        
(Showing Draft Content)

System.Web.HttpUtility.UrlDecodeToBytes

UrlDecodeToBytes Method

UrlDecodeToBytes(byte[])

Declaration
public static byte[] UrlDecodeToBytes(byte[] bytes)
Parameters
Type Name Description
byte[] bytes
Returns
Type Description
byte[]

UrlDecodeToBytes(string)

Declaration
public static byte[] UrlDecodeToBytes(string str)
Parameters
Type Name Description
string str
Returns
Type Description
byte[]

UrlDecodeToBytes(string, Encoding)

Declaration
public static byte[] UrlDecodeToBytes(string str, Encoding e)
Parameters
Type Name Description
string str
Encoding e
Returns
Type Description
byte[]

UrlDecodeToBytes(byte[], int, int)

Declaration
public static byte[] UrlDecodeToBytes(byte[] bytes, int offset, int count)
Parameters
Type Name Description
byte[] bytes
int offset
int count
Returns
Type Description
byte[]