This service encodes the specified Base64 string to a byte array.

Input ports
- base64 - The Base64 string to be converted to byte array. This is a mandatory parameter.
Output ports
- bytes - The byte array representation of the Base64 string.
Examples
An example workflow can be found on myExperiment
.