Cryptography.unb64

From GiderosMobile
Revision as of 15:26, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "<source" to "<syntaxhighlight")

Available since: Gideros 2021.11
Class: Cryptography

Description

Base64 decodes a string. <syntaxhighlight lang="lua"> (string) = Cryptography.unb64(string) </source>

Parameters

string: (string) the base 64 encoded string

Return values

Returns (string) decoded data