All docs
This doc
...
The base64Encode function returns the base64-encoded value of the specified string.
Syntax:
base64Encode(string value)
base64Encode(string value, string charset)
The base64Decode function returns the original value of the specified base64-encoded value.
Syntax:
base64Decode(string encodedValue)
base64Decode(string encodedValue, string charset)
get-property() Anchorfunc func
...