![]() |
T4EA
AIG_19.2 C8891 A24697
Teamcenter Gateway for Enterprise Applications 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 |