UrlDecodeToBytes Method
UrlDecodeToBytes(byte[])
Declaration
public static byte[] UrlDecodeToBytes(byte[] bytes)
Public Shared Function UrlDecodeToBytes(bytes As Byte()) As Byte()
Parameters
| Type |
Name |
Description |
| byte[] |
bytes |
|
Returns
UrlDecodeToBytes(string)
Declaration
public static byte[] UrlDecodeToBytes(string str)
Public Shared Function UrlDecodeToBytes(str As String) As Byte()
Parameters
| Type |
Name |
Description |
| string |
str |
|
Returns
UrlDecodeToBytes(string, Encoding)
Declaration
public static byte[] UrlDecodeToBytes(string str, Encoding e)
Public Shared Function UrlDecodeToBytes(str As String, e As Encoding) As Byte()
Parameters
Returns
UrlDecodeToBytes(byte[], int, int)
Declaration
public static byte[] UrlDecodeToBytes(byte[] bytes, int offset, int count)
Public Shared Function UrlDecodeToBytes(bytes As Byte(), offset As Integer, count As Integer) As Byte()
Parameters
| Type |
Name |
Description |
| byte[] |
bytes |
|
| int |
offset |
|
| int |
count |
|
Returns