BASE64ENCODE Function: Difference between revisions

From Planfix
Jump to: navigation, search
(Created page with " {{#seo: |title=BASE64ENCODE Function |titlemode=append |keywords=planfix, Functions, BASE64ENCODE, BASE64, encoding, data encoding |description=BASE64ENCODE Function }} The BASE64ENCODE() function returns a string encoded in Base64. == Format == BASE64ENCODE("string") == Example == Variable: BASE64ENCODE(<nowiki>{{Task.Parent task.Name}}</nowiki>) Answer: dGVzdCBpbnB1dA== == Go To == *Standard functions")
 
Line 17: Line 17:


== Go To ==
== Go To ==
*[[Standard functions]]
*[[Standard operators and Planfix functions]]

Revision as of 14:59, 7 February 2024

The BASE64ENCODE() function returns a string encoded in Base64.

Format

BASE64ENCODE("string")

Example

Variable: BASE64ENCODE({{Task.Parent task.Name}})

Answer: dGVzdCBpbnB1dA==

Go To