Skip to main content

Encr_DecodeBase64 (function reference)

By April 20, 2023April 25th, 2023Online Help, Troi Encryptor Plug-in
Troi Encryptor Plug-in for FileMaker Pro

Encr_DecodeBase64

Decodes a text formatted in Base64 to the original text.

SyntaxFunction badge

Encr_DecodeBase64 ( switches ; text )

Parameters

switches reserved for future use, leave empty or set to "-Unused"
text text to decode

Returned Result

Data type returned

Text

Result

The result will be the original text

Originated in

Troi Encryptor Plug-in 1.2

Compatibility

FileMaker Pro 16 to FileMaker Pro 2023

Considerations

You can encode text with: “Encr_EncodeBase64”.

Example

Set Field [ result ; Encr_DecodeBase64 ( "-Unused" ;  
     "SGVyZSBpcyBhIGJpdCBvZiBleGFtcGxlIHRleHQuIKUgRG9u1XQgZm9yZ2V0IHRv
     IGhhdmUgZnVuLCBHn250aGVyIGFuZCBCv3JnISA=" ) ]

gives this result:

Here is a bit of example text. • Don’t forget to have fun, Günther and Børg!

Used in example file

Base64.fmp12

Related functionFunction badge

Encr_EncodeBase64

Related topics

Troi Encryptor Plug-in online help (overview)


Online Help Page for Troi Encryptor Plug-in for 16 to 2023 –> Encr_DecodeBase64 (encrp4235) 2023-0425 15:45:17