strDecode64 (Function) |
Top Previous Next |
strDecode64 will decode a string that is encoded in base64.
Note that the returned string is a dynamic string.
Input: str : STRING A base64-encoded string.
Returns: STRING The decoded string.
Declaration: FUNCTION strDecode64 : STRING;
Example: INCLUDE rtcu.inc |