read file into base64 coded byte-array()
This function returns the content of file a as Base64-encoded (encoding b) string.
Note: Depending on the file size, it may no longer be possible to display the result in the test dialog. However, this has no effect on the subsequent profile run.
Parameters
Parameter |
Description |
a |
Path and name of the file. |
b |
(optional) Encoding. Default: "8859_1". |