Метод | Описание | |
---|---|---|
ParseQueryString ( String s ) : |
Parse an encoded query string using UTF8 encoding.
|
|
ParseQueryString ( String s, bool urlencoded, |
Parse a query string into a NameValueCollection using specified encoding settings.
|
|
UrlDecode ( string s ) : string |
Decode an URL transmission-encoded string into its original representation using UTF8 encoding.
|
|
UrlDecode ( string s, |
Decode an URL transmission-encoded string into its original representation using specified encoding.
|
Метод | Описание | |
---|---|---|
HexToInt ( char h ) : int |
Convert a hex character to its integer representation,
|
public static ParseQueryString ( String s ) : |
||
s | String | The query string to parse. |
Результат |
public static ParseQueryString ( String s, bool urlencoded, |
||
s | String | The query string to parse. |
urlencoded | bool | Whether query string keys and values are URL encoded. |
encoding | The encoding to use. | |
Результат |
public static UrlDecode ( string s ) : string | ||
s | string | The string to decode. |
Результат | string |
public static UrlDecode ( string s, |
||
s | string | The string to decode. |
encoding | The encoding to use. | |
Результат | string |