string | String A Base64-encoded String to decode into bytes. |
encoding | String Optional. Specifies the encoding method for the string value. That is, describes how the input Base64-encoded String is constructed. Set to: ASCII. This is the default. UTF-8 If the Base64-encoded String in string was generated by the pub.string:base64Encode service, the value of the encoding input parameter for pub.string:base64Decode must match the value of the encoding parameter used in the pub.string:base64Encode service invocation. If the Base64-encoded String in string was obtained from somewhre besides the pub.string:base64Encode service, set the encoding parameter to ASCII. |
value | byte[ ] The sequence of bytes decoded from the Base64-encoded String. |