Encr_DecodeBase64 |
Decodes a text formatted in Base64 to the original text.
Syntax
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 function
Encr_EncodeBase64 |
Related topics
Troi Encryptor Plug-in online help (overview)