Cryptography.unb64

From GiderosMobile
Revision as of 17:55, 22 November 2021 by Hgy29 (talk | contribs) (Created page with "'''Available since:''' Gideros 2021.11<br/> '''Class:''' Cryptography<br/> === Description === Base64 decode a string <source lang="lua"> (string) = Cryptography.unb64(s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2021.11
Class: Cryptography

Description

Base64 decode a string

(string) = Cryptography.unb64(string)

Parameters

string: (string) The base 64 encoded string

Return values

Returns (string) decoded data