This function is used to encode in base 64 a binary in an IMAGE variable.
Application area
Windows client,
Windows server,
Mobile client,
Mobile server,
Java client,
Java server,
Adelia Web client,
Adelia Cloud client.
Parameters
IMAGE |
SourceBinary |
Binary to encode. |
ALPHA |
Base64Binary |
Base64 encoded target binary. The value of characters in base 64 corresponds to values in UTF-8 format. |
BOOL |
ReturnCode |
Operation return code: *TRUE if the operation was carried out correctly. *FALSE if not. |
For example
IMAGE |
PictureIn |
IMAGE |
PictureOutBase64 |
BOOL |
boRet |
CALL_DLL'VATOOLBX.DLL' 'VaToolBxImageToBase64Image' PictureIn PictureOutBase64 boRet
List of the VaToolBx functions by topic