T4EA  18.1 C7177 A20283
Teamcenter Gateway for Enterprise Applications API Reference
HEX16 encoding/decoding

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...
 

Detailed Description

Function Documentation

◆ tpco_formatHEX16()

◆ tpco_scanHEX16()

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).

Parameters
stringplain string
Returns
the UTF-8 string in a HEX16 representation.

Referenced by SYSUtils::bindProcToUser(), T4X::SOAP::CLIENT::callSoapOperation(), TPHAP::createBinaryHeader(), TPHAP::createFileLinkHeader(), TPHAP::createWSockRes(), safejson::dict2json(), ITK::getObjectData(), ITK::MULTI::CONNECT::setConnectParameters4Batch(), ITK::MULTI::CONNECT::setConnectParameters4WF(), and T4X::BATCHJOB::TOOLBOX::translateBatchjobAttr2WorkflowArgs().