The Main Manual Page Dynamic API Documentation CD-ROM API Documentation About Onix Types About Onix Errors Onix's Web Site at Lextek International Lextek International Onix Full Text Indexing and Retrieval Toolkit

ixHexToChar

NAME

ixHexToChar -- Converts a hex value to its byte value.

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

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

 ixCharToHex, ixUnicodeHexToChar, ixUnicodeCharToHex