Difference between revisions of "Cryptography.unb64"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
m (Text replacement - "</source>" to "</syntaxhighlight>")
Line 6: Line 6:
 
<syntaxhighlight lang="lua">
 
<syntaxhighlight lang="lua">
 
(string) = Cryptography.unb64(string)
 
(string) = Cryptography.unb64(string)
</source>
+
</syntaxhighlight>
  
 
=== Parameters ===
 
=== Parameters ===

Revision as of 15:27, 13 July 2023

Available since: Gideros 2021.11
Class: Cryptography

Description

Base64 decodes a string.

(string) = Cryptography.unb64(string)

Parameters

string: (string) the base 64 encoded string

Return values

Returns (string) decoded data