Method | Description | |
---|---|---|
UrlDecode ( string s ) : byte[] | ||
UrlEncode ( byte bytes ) : string |
Method | Description | |
---|---|---|
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 | |
return | byte[] |
public static UrlEncode ( byte bytes ) : string | ||
bytes | byte | |
return | string |