- Contents
SOAP API Developer's Guide
SOAP Base64 Decode
Decodes the base64 encoded string into the binary representation and converts it to UNICODE based on the specified character set. Thus, the character set argument specifies the character set of the base-64 encoded data.
Exit Paths: Success, Failure
Parameter |
Dir |
Type |
Remarks |
Encoded Data |
IN |
String |
Base64 encoded data |
Character Set |
IN |
String |
Optional. Character set of the base64 encoded data. Default: ‘UTF-8' |
Decoded Data |
OUT |
String |
Data after decoding from Base64 and transforming from ‘Character Set' to UNICODE. |