Translates data from ASCII (hex representation) to binary. One byte is stored in the target for each two bytes in the source.
cwbDT_WideToHex
unsigned int CWB_ENTRY cwbDT_ASCIIToHex( 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.