Method | Description | |
---|---|---|
UrlDecode ( byte bytes, |
||
UrlDecode ( byte bytes, int offset, int count, |
||
UrlDecode ( string str ) : string | ||
UrlDecode ( string s, |
||
UrlDecodeToBytes ( byte bytes ) : byte[] | ||
UrlDecodeToBytes ( byte bytes, int offset, int count ) : byte[] | ||
UrlDecodeToBytes ( string str ) : byte[] | ||
UrlDecodeToBytes ( string str, |
||
UrlEncode ( byte bytes ) : string | ||
UrlEncode ( byte bytes, int offset, int count ) : string | ||
UrlEncode ( string str ) : string | ||
UrlEncode ( string s, |
||
UrlEncodeToBytes ( byte bytes ) : byte[] | ||
UrlEncodeToBytes ( byte bytes, int offset, int count ) : byte[] | ||
UrlEncodeToBytes ( string str ) : byte[] | ||
UrlEncodeToBytes ( string str, |
||
UrlEncodeUnicode ( string str ) : string | ||
UrlEncodeUnicodeToBytes ( string str ) : byte[] |
Method | Description | |
---|---|---|
GetChar ( byte bytes, int offset, int length ) : int | ||
GetChar ( string str, int offset, int length ) : int | ||
GetChars ( |
||
GetInt ( byte b ) : int | ||
WriteCharBytes ( IList buf, char ch, |
public static UrlDecode ( byte bytes, |
||
bytes | byte | |
e | ||
return | string |
public static UrlDecode ( byte bytes, int offset, int count, |
||
bytes | byte | |
offset | int | |
count | int | |
e | ||
return | string |
public static UrlDecode ( string str ) : string | ||
str | string | |
return | string |
public static UrlDecode ( string s, |
||
s | string | |
e | ||
return | string |
public static UrlDecodeToBytes ( byte bytes ) : byte[] | ||
bytes | byte | |
return | byte[] |
public static UrlDecodeToBytes ( byte bytes, int offset, int count ) : byte[] | ||
bytes | byte | |
offset | int | |
count | int | |
return | byte[] |
public static UrlDecodeToBytes ( string str ) : byte[] | ||
str | string | |
return | byte[] |
public static UrlDecodeToBytes ( string str, |
||
str | string | |
e | ||
return | byte[] |
public static UrlEncode ( byte bytes ) : string | ||
bytes | byte | |
return | string |
public static UrlEncode ( byte bytes, int offset, int count ) : string | ||
bytes | byte | |
offset | int | |
count | int | |
return | string |
public static UrlEncode ( string str ) : string | ||
str | string | |
return | string |
public static UrlEncode ( string s, |
||
s | string | |
Enc | ||
return | string |
public static UrlEncodeToBytes ( byte bytes ) : byte[] | ||
bytes | byte | |
return | byte[] |
public static UrlEncodeToBytes ( byte bytes, int offset, int count ) : byte[] | ||
bytes | byte | |
offset | int | |
count | int | |
return | byte[] |
public static UrlEncodeToBytes ( string str ) : byte[] | ||
str | string | |
return | byte[] |
public static UrlEncodeToBytes ( string str, |
||
str | string | |
e | ||
return | byte[] |
public static UrlEncodeUnicode ( string str ) : string | ||
str | string | |
return | string |
public static UrlEncodeUnicodeToBytes ( string str ) : byte[] | ||
str | string | |
return | byte[] |