BASE64ENCODE Function

From Planfix
Revision as of 14:56, 7 February 2024 by Dmitri (talk | contribs) (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")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

Format

BASE64ENCODE("string")

Example

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

Answer: dGVzdCBpbnB1dA==

Go To