Method | Description | |
---|---|---|
UrlDecode ( string str ) : string | ||
UrlDecodeToBytes ( byte bytes, int offset, int count ) : byte[] | ||
UrlEncode ( string str ) : string | ||
UrlEncodeToBytes ( byte bytes, int offset, int count ) : byte[] |
Method | Description | |
---|---|---|
HexToInt ( char h ) : int | ||
IntToHex ( int n ) : char | ||
IsUrlSafeChar ( char ch ) : bool | ||
UrlDecodeInternal ( byte bytes, int offset, int count ) : byte[] | ||
UrlDecodeInternal ( string value, |
||
UrlEncode ( byte bytes, int offset, int count ) : byte[] | ||
UrlEncode ( byte bytes, int offset, int count, bool alwaysCreateNewReturnValue ) : byte[] | ||
ValidateUrlEncodingParameters ( byte bytes, int offset, int count ) : bool |
public static UrlDecode ( string str ) : string | ||
str | string | |
return | string |
public static UrlDecodeToBytes ( byte bytes, int offset, int count ) : byte[] | ||
bytes | byte | |
offset | int | |
count | int | |
return | byte[] |
public static UrlEncode ( string str ) : string | ||
str | string | |
return | string |
public static UrlEncodeToBytes ( byte bytes, int offset, int count ) : byte[] | ||
bytes | byte | |
offset | int | |
count | int | |
return | byte[] |