Base64Encode: Difference between revisions
From Onset Developer Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{Info|Function|Server & Client|1.0}} | {{Info|Function|Server & Client|1.0}} | ||
{{FuncDescription| | {{FuncDescription|Encodes the specified text in the Base64 format.}} | ||
{{FuncSyntax|Base64Encode(text)}} | {{FuncSyntax|Base64Encode(text)}} | ||
{{FuncParameters}} | {{FuncParameters}} | ||
{{FuncParam|text| | {{FuncParam|text|the text.}} | ||
{{FuncReturnValue| | {{FuncReturnValue|}} | ||
== Example == | == Example == | ||
<syntaxhighlight lang="lua"> | |||
-- code | |||
</syntaxhighlight> | |||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
* [[Base64Decode]] |
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
Example
-- code