Function Base642Bin() Foundation

Decodes a base64 encoded string.

Syntax
Base642Bin( <cString> ) --> cDecodedString
Parameters
<cString>
This is a base64 encoded string which shall be decoded.
Return

This function returns a string which was base64 encoded.

Description

The function Base642Bin() decodes a character string which is encoded with the base64 algorithm.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.