This function performs base64 encoding of the input data.
The function has the following syntax:
base64Encode(sData)
The function returns a string holding the base64 encoded data passed in sData. The result string is formatted using a line length of 76 characters.
Defines the string to encode.
Example
Encode "Hello World":
? base64Encode("Hello World!")
Copyright © 2013 CA. All rights reserved. |
|