Difference between revisions of "Cryptography.unb64"
From GiderosMobile
m |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
=== Description === | === Description === | ||
Base64 decode a string. | Base64 decode a string. | ||
− | < | + | <syntaxhighlight lang="lua"> |
(string) = Cryptography.unb64(string) | (string) = Cryptography.unb64(string) | ||
− | </ | + | </syntaxhighlight> |
=== Parameters === | === Parameters === |
Latest revision as of 18:42, 15 December 2023
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