read file into base64 coded byte-array(path a, [encoding b])
Group |
Returns the content of file a as Base64-encoded (encoding b) string.
Description of Parameters
Parameter |
Description |
a |
Path and name of the file. |
b |
(optional) Encoding. Default: 8859_1 |