Méthode | Description | |
---|---|---|
Decode ( byte input, byte escapeChar, byte space ) : byte[] | ||
Encode ( byte input, byte escapeChar, byte space, byte forbidden, bool uppercase ) : byte[] | ||
QPDecode ( byte toEncode ) : byte[] | ||
QPDecode ( string toEncode, [ e ) : string | ||
QPEncode ( byte toEncode ) : byte[] | ||
QPEncode ( string toEncode, [ e ) : string | ||
SevenBitClean ( byte input ) : bool | ||
SevenBitClean ( string s, [ e ) : bool | ||
URLDecode ( byte toEncode ) : byte[] | ||
URLDecode ( string toEncode, [ e ) : string | ||
URLEncode ( byte toEncode ) : byte[] | ||
URLEncode ( string toEncode, [ e ) : string |
Méthode | Description | |
---|---|---|
Byte2Hex ( byte b, byte hexChars ) : byte[] | ||
ByteArrayContains ( byte array, byte b ) : bool | ||
Hex2Byte ( byte b, int offset ) : byte | ||
QPDecode ( string toEncode ) : string | ||
QPEncode ( string toEncode ) : string | ||
SevenBitClean ( string s ) : bool | ||
URLDecode ( string toEncode ) : string | ||
URLEncode ( string toEncode ) : string |
public static Decode ( byte input, byte escapeChar, byte space ) : byte[] | ||
input | byte | |
escapeChar | byte | |
space | byte | |
Résultat | byte[] |
public static Encode ( byte input, byte escapeChar, byte space, byte forbidden, bool uppercase ) : byte[] | ||
input | byte | |
escapeChar | byte | |
space | byte | |
forbidden | byte | |
uppercase | bool | |
Résultat | byte[] |
public static QPDecode ( byte toEncode ) : byte[] | ||
toEncode | byte | |
Résultat | byte[] |
public static QPDecode ( string toEncode, [ e ) : string | ||
toEncode | string | |
e | [ | |
Résultat | string |
public static QPEncode ( byte toEncode ) : byte[] | ||
toEncode | byte | |
Résultat | byte[] |
public static QPEncode ( string toEncode, [ e ) : string | ||
toEncode | string | |
e | [ | |
Résultat | string |
public static SevenBitClean ( byte input ) : bool | ||
input | byte | |
Résultat | bool |
public static SevenBitClean ( string s, [ e ) : bool | ||
s | string | |
e | [ | |
Résultat | bool |
public static URLDecode ( byte toEncode ) : byte[] | ||
toEncode | byte | |
Résultat | byte[] |
public static URLDecode ( string toEncode, [ e ) : string | ||
toEncode | string | |
e | [ | |
Résultat | string |
public static URLEncode ( byte toEncode ) : byte[] | ||
toEncode | byte | |
Résultat | byte[] |
public static URLEncode ( string toEncode, [ e ) : string | ||
toEncode | string | |
e | [ | |
Résultat | string |