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