Base64Encode: Difference between revisions
From Onset Developer Wiki
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
{{FuncReturnValue|}} | {{FuncReturnValue|}} | ||
The base64 | |||
== Example == | == Example == |
Revision as of 13:56, 16 November 2019
Description
Encodes the specified text in the Base64 format.
Syntax
Base64Encode(text)
Parameters
- text
the text.
Return Value
The base64
Example
-- code