read file into base64 coded byte-array(path a, [encoding b])


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.

Description of Parameters


Parameter

Description

a

Path and name of the file.

b

(optional) Encoding. Default: 8859_1