Base64Encode

From Onset Developer Wiki
Revision as of 15:58, 2 August 2021 by FlyingFork (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

The base64 string

Example

local encoded = Base64Encode("Placeholder")

See also