Software AG Products
10.7 |
Integrating On-Premises and Cloud Applications
|
Integration Cloud
|
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
.