Container functions are used to analyze, manipulate, and report about data in container fields.
Container Function Reference
FileMaker provides the following built-in container functions:
Base64Decode
Base64Encode
Base64EncodeRFC
GetContainerAttribute
GetHeight
GetThumbnail
GetWidth
VerifyContainer
Base64Decode
The Base64Decode function converts Base64 encoded text into its original content: either text or container data. Since Base64 format does not preserve the file name or extension, these can be included as an optional parameter.
Base64 is a group ...