Base64Encode

From Onset Developer Wiki
Revision as of 13:56, 16 November 2019 by 28days (talk | contribs)
Base64Encode

Type: Function
Context: Server & Client
Introduced: v1.0

Description

Encodes the specified text in the Base64 format.

Syntax

Base64Encode(text)

Parameters

  • text
    the text.

Return Value

Example

-- code

See also