bytes | byte[ ] Sequence of bytes to encode into a Base64-encoded String. |
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. Default value is ASCII. |
value | String Base64-encoded String encoded from the sequence of bytes. |