![]() |
T4S4
18.1 C7177 A20283
Teamcenter Gateway for SAP S/4HANA API Reference
|
Functions | |
tpco_b64tobinfile | |
This function decodes a base64 string and writes the result into a file. More... | |
tpco_filetob64 | |
This function reads the content of a file and encodes this to base64. More... | |
tpco_b64tobinfile |
This function decodes a base64 string and writes the result into a file.
base64string | the base64 string |
filename | full filename for output |
append | (optional) append the output to the file (default= overwrite) |
Referenced by SYSBase::checked_base64tobinfile().
tpco_filetob64 |
This function reads the content of a file and encodes this to base64.
filename | the input filename |