Difference between revisions of "BASE64 ENCODE()"

From Recital Documentation Wiki
Jump to: navigation, search
(Class)
Line 1: Line 1:
 
{{YLM to do}}
 
{{YLM to do}}
 
 
  
 
==Purpose==
 
==Purpose==
 
+
Encode a string with MIME base64
  
  
 
==Syntax==
 
==Syntax==
 
+
BASE64_ENCODE(<expC>)
  
  
 
==See Also==
 
==See Also==
 
+
[[BASE64_DECODE()]]
  
  
 
==Description==
 
==Description==
 +
The BASE64_ENCODE() function is used to encode a character string with MIME base64.
  
 +
The BASE64_DECODE() function is used to decode back to the string.
  
  
 
==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:44, 16 February 2010

Template:YLM to do

Purpose

Encode a string with MIME base64


Syntax

BASE64_ENCODE(<expC>)


See Also

BASE64_DECODE()


Description

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

The BASE64_DECODE() function is used to decode back to the string.


Example

 


Products

Recital, Recital Server