ixHexToChar
Name
ixHexToChar
Synopsis
void ixHexToChar(UCharT *Char, UCharT *Hex)
Arguments
Char: A pointer to a character.
Hex: A pointer to the two bytes which have the hex value.
Returns
Nothing.
If an error occurred, Status will be set to the error number.
Description
ixHexToChar converts two hex characters into a single byte of corresponding value. So, for example if you pass a pointer to the characters "43", the byte pointed to by Char will be converted to the character "C".
See Also
Queries
ixCharToHex, ixUnicodeHexToChar, ixUnicodeCharToHex