Documentation Index
Fetch the complete documentation index at: https://www.integrate.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Description
Decodes a Base64 string into a bytearray.Syntax
Base64Decode(string_expression)
Examples
Base64Decode('aGVsbG8gd29ybGQ=') returns a byte array equivalent to ‘hello world’