![]() |
T4EA
AIG_19.2 C8891 A24697
Teamcenter Gateway for Enterprise Applications API Reference
|
Functions | |
tpco_formatHEX16 | |
This function converts a HEX16 string to UTF-8 string. But in the TCL Level, the string repesentation is UTF-16. The diffence to binary format H* <string> is, tpco_formatHEX16 is faster. More... | |
tpco_scanHEX16 | |
This function converts a string to UTF-8 and returns the result in a HEX16 representation. The difference to binary scan <string> H* is, tpco_scanHEX16 is faster and has a fixed format (UTF-8). More... | |
tpco_formatHEX16 |
This function converts a HEX16 string to UTF-8 string. But in the TCL Level, the string repesentation is UTF-16. The diffence to binary format H* <string> is, tpco_formatHEX16 is faster.
string | HEX16 string |
tpco_scanHEX16 |
This function converts a string to UTF-8 and returns the result in a HEX16 representation. The difference to binary scan <string> H* is, tpco_scanHEX16 is faster and has a fixed format (UTF-8).
string | plain string |