Integration Cloud
6.6.0 |
Built-In Services
|
Built-In Services
|
base64Decode
base64Decode
Decodes a Base-64 encoded string into a sequence of bytes.
Input Parameters
string
String
A Base64-encoded String to decode into bytes.
Output Parameters
value
byte[ ]
The sequence of bytes decoded from the Base64-encoded String.
encoding
String
Optional. Specifies the encoding method. Default value is
ASCII
.