![]() |
T4S4
19.1 C8540 A23673
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) |
tpco_filetob64 |
This function reads the content of a file and encodes this to base64.
filename | the input filename |