Convert_Text_to_Base64 ( string )
Converts a FileMaker text string to a Base64 string.
Average rating: 4.2 (33 votes) Log in to vote
Mogens Brun fmIntegrator ApS http://fmIntegrator.com |
Convert_Text_to_Base64 ( Convert_Text_to_UTF8 ( "Mænd med idéer" ) )
TcOmbmQgbWVkIGlkw6llcg==
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Converts a FileMaker text string to a Base64 string. May be used together with "Convert_Text_to_UTF8" to ensure char values less than 256 in input string - as "Convert_Text_to_Base64 ( Convert_Text_to_UTF8 ( string ) )". The combined action of the two custom functions performs with double speed as "AscIIToBase64" (also briandunning.com) and handles all legal char. values in UTF-8.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.