bytes | byte[ ] Sequence of bytes to encode into a Base64-encoded String. The input byte[] can be any Java supported charset-encoded byte[]. |
useNewLine | String Optional. Flag indicating whether to retain or remove the line breaks. Set to: true to retain the line breaks. This is the default. false to remove the line breaks. |
encoding | String Optional. Specifies the encoding method to be used when encoding bytes. Set to: ASCII. This is the default. UTF-8 |
value | String Base64-encoded String encoded from the sequence of bytes. |