EncodeBase64PreParser
Group |
|
Function |
Encodes the input data with the Base64 method. |
Configuration file |
None. |
Description
This preparser encodes the input data using the Base64 method. The input data is first converted into a byte sequence using the input character encoding of the profile. The byte sequence is then encoded using the Base64 method.
Example
Input data |
Input encoding of the profile |
Modified input data |
Text |
8859_1 |
VGV4dAo= |