Difference between revisions of "BASE64 DECODE()"

From Recital Documentation Wiki
Jump to: navigation, search
(Class)
Line 1: Line 1:
 
{{YLM to do}}
 
{{YLM to do}}
 
 
  
 
==Purpose==
 
==Purpose==
 
+
Decode a string encoded with MIME base64
  
  
 
==Syntax==
 
==Syntax==
 
+
BASE64_DECODE(<expC>)
  
  
 
==See Also==
 
==See Also==
 
+
[[BASE64_ENCODE()]]
  
  
 
==Description==
 
==Description==
 +
The BASE64_DECODE() function is used to decode a string encoded with MIME base64.
  
 +
The BASE64_ENCODE() function is used to encode with MIME base64.
  
  
 
==Example==
 
==Example==
 
<code lang="recital">
 
<code lang="recital">
 
 
</code>
 
</code>
  
==Products==
 
  
 +
==Products==
 +
Recital, Recital Server
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]

Revision as of 14:46, 16 February 2010

Template:YLM to do

Purpose

Decode a string encoded with MIME base64


Syntax

BASE64_DECODE(<expC>)


See Also

BASE64_ENCODE()


Description

The BASE64_DECODE() function is used to decode a string encoded with MIME base64.

The BASE64_ENCODE() function is used to encode with MIME base64.


Example

 


Products

Recital, Recital Server