BASE64ENCODE Function: Difference between revisions
From Planfix
(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") |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=BASE64ENCODE Function | |title=BASE64ENCODE Function | ||
Line 12: | Line 11: | ||
== Example == | == Example == | ||
Variable: BASE64ENCODE(<nowiki>{{Task | Variable: BASE64ENCODE(<nowiki>{{Task.Name}}</nowiki>) | ||
Answer: dGVzdCBpbnB1dA== | Answer: dGVzdCBpbnB1dA== | ||
== Go To == | == Go To == | ||
*[[Standard functions]] | *[[Standard functions | Standard operators and Planfix functions]] |
Latest revision as of 07:47, 10 May 2024
The BASE64ENCODE() function returns a string encoded in Base64.
Format
BASE64ENCODE("string")
Example
Variable: BASE64ENCODE({{Task.Name}})
Answer: dGVzdCBpbnB1dA==