[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    Byte2Hex()

         Converts a byte into a hexadecimal string

    Syntax:

         Byte2Hex ( cByte ) -> cHexadecimal

         cByte : Byte to convert.

    Description:

         Converts a byte into a hexadecimal string.

    Return:

         Hexadecimal number or Nil if cByte is not a character.

    Example:

         ? Byte2Hex ( "O" )             // "4F"

See Also: Byte2Bin()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson