Метод | Описание | |
---|---|---|
UrlDecode ( string s ) : byte[] | ||
UrlEncode ( byte bytes ) : string |
Метод | Описание | |
---|---|---|
GetChar ( string str, int offset, int length ) : int | ||
GetInt ( byte b ) : int | ||
NotEncoded ( char c ) : bool | ||
UrlEncodeChar ( char c, Stream result, bool isUnicode ) : void | ||
WriteCharBytes ( List |
public static UrlDecode ( string s ) : byte[] | ||
s | string | |
Результат | byte[] |
public static UrlEncode ( byte bytes ) : string | ||
bytes | byte | |
Результат | string |