Translates binary data to the ASCII hex representation. Two ASCII characters are stored in the target for each byte of source data.
cwbDT_HexToWide
unsigned int CWB_ENTRY cwbDT_HexToASCII(
char *target,
char *source,
unsigned long length);
The following list shows common return values.
For 'length' bytes of source data 'length'*2 bytes of target data will be stored. The caller must make sure that there is adequate space to hold the target information.