Integration Server
10.5 |
Built-In Services Reference Guide
|
String Folder
|
Summary of Elements in this Folder
|
pub.string:base64Decode
pub.string:base64Decode
WmPublic. 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
.