Méthode | Description | |
---|---|---|
Decode ( string encoded ) : string |
Decodes a Quoted-Printable string of any size into it's original text.
|
|
HexDecoder ( string line ) : string |
Decode the string and generate the hexadecimal code for the input string.
|
|
HexDecoderEvaluator ( |
Generate the hexadecimal code which needs to be replace in string when match found.
|
Méthode | Description | |
---|---|---|
QuotedPrintable ( ) : System |
Prevents a default instance of the QuotedPrintable class from being created.
|
public static Decode ( string encoded ) : string | ||
encoded | string | /// The encoded string to decode. /// |
Résultat | string |
public static HexDecoder ( string line ) : string | ||
line | string | string to decode |
Résultat | string |
public static HexDecoderEvaluator ( |
||
matchValue | matching value | |
Résultat | string |