Container functions
Container functions calculate, manipulate, and report on data in container fields.
Function |
Purpose |
Returns either container or text content from text encoded in Base64 format. |
|
Returns data as text in Base64 format. |
|
Returns data as text in the specified Base64 format. |
|
Returns a binary HMAC (keyed-hash message authentication code) using the specified cryptographic hash algorithm. |
|
Decrypts container data with the specified key and returns text or container data. |
|
Decrypts Base64-encoded text with the specified key and returns text or container data. |
|
Returns a binary hash value generated by the specified cryptographic hash algorithm. |
|
Encrypts data with the specified key and returns container data. |
|
Encrypts data with the specified key and returns text in Base64 format. |
|
Generates the digital signature of the data. |
|
Verifies whether a digital signature is valid for the data. |
|
Returns the file metadata of the specified container field. |
|
Returns the height, in pixels, of the content in a container field that holds images. |
|
Returns the text found in the image of the specified container field using the text-recognition algorithm. |
|
Returns a thumbnail image of the content in a container field, according to a specified height and width. |
|
Returns the width, in pixels, of the content in a container field that holds images. |
|
Returns either container or text content from text encoded in hexadecimal format. |
|
Returns data as text in hexadecimal format. |
|
Returns as text the value of a QR code in a container field. |
|
Returns text decoded from container data using the specified character encoding. |
|
Returns a text file as container data from text using the specified character encoding and line endings. |
|
Returns 0 (false) if container data was changed or deleted outside the FileMaker Platform; otherwise, returns 1 (true). |