This function is used to decode a base64 encoded binary in an IMAGE variable.
Application area
Windows client,
Windows server,
Java client,
Java server,
Adelia Web client,
Adelia Cloud client,
Event Adelia client.
Parameters
IMAGE |
Base64Binary |
Base64 encoded binary |
IMAGE |
TargetBinary |
Target binary containing the decoded string. |
BOOL |
ReturnCode |
Operation return code: *TRUE if the operation was carried out correctly. *FALSE if not. |
For example
IMAGE |
PictureInBase64 |
IMAGE |
PictureOut |
BOOL |
boRet |
CALL_DLL 'VATOOLBX.DLL' 'VaToolBxBase64ImageToImage' PictureInBase64 PictureOut boRet
List of the VaToolBx functions by topic