Base64Encode
From Onset Developer Wiki
Description
Encodes the specified text in the Base64 format.
Syntax
Base64Encode(text)
Parameters
- text
the text.
Return Value
Example
-- code
Base64Encode Type: Function |
Encodes the specified text in the Base64 format.
Base64Encode(text)
-- code