Lava Filters - ToBase64
Category:Other
Description:Encodes a string (or byte collection) as a Base64 string.
Input: "CurrentPerson": {
"FullName": "Ted Decker",
"AnniversaryDate": '',
}
"BinaryData": [0, 1, 2, 3, 255]
Lava: ToBase64: {{ CurrentPerson.FullName | ToBase64 }}
ToBase64: {{ BinaryData | ToBase64 }}
Output: ToBase64: VGVkIERlY2tlcg==
ToBase64: AAECA/8=