MoneyWorks Manual
Edit
!--sphider_noindex-->
Base64Decode (base64text)
Result type: text
Definition: Decodes base64-encoded data to a string.
Example: Base64Decode("SGVsbG8gV29ybGQh")
— returns "Hello World!".
In MoneyWorks 9 and later the function is tolerant of newlines (CR, LF, or a combination thereof) anywhere in the base64 string.
See Also:
Base64Encode: Base64 of a string
Curl_Close: Finish with a CURL session
Curl_Exec: Execute a CURL session
Curl_GetInfo: Get information about a CURL transfer
Curl_Init: Start a CURL session
Curl_StrError: Get an error message from a CURL object
URLEncode: Convert url unsafe characters in a string to "%xx”