메소드 | 설명 | |
---|---|---|
UrlDecode ( string str ) : string | ||
UrlDecodeToBytes ( byte bytes, int offset, int count ) : byte[] | ||
UrlEncode ( string str ) : string | ||
UrlEncodeToBytes ( byte bytes, int offset, int count ) : byte[] |
메소드 | 설명 | |
---|---|---|
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 UrlDecodeToBytes ( byte bytes, int offset, int count ) : byte[] | ||
bytes | byte | |
offset | int | |
count | int | |
리턴 | byte[] |
public static UrlEncodeToBytes ( byte bytes, int offset, int count ) : byte[] | ||
bytes | byte | |
offset | int | |
count | int | |
리턴 | byte[] |