Description
Converts text to its equivalent string representation that is encoded with base-64 digits
Syntax
Base64Encode(<inputtext>)
Arguments
Argument | Type | Description | Optional |
---|---|---|---|
inputtext | Text | Specifies some input text to convert | No |
Returns
Encoded text string
Examples
Expression: | Base64Encode("Cat Dog") |
Returns: | Q2F0IERvZw== |