|
Previous Top Next |
Prototype: | (Byte pByte),String |
pByte | A byte value to convert to HEX |
Returns | A string containing the HEX value of pByte |
This method takes a byte value and converts it to a two character HEX string
Example:
ITC ITCoreClass
B Byte
Code
B = 65
Message('The Hex value of ' & B & ' = ' & ITC.ByteToHex(B))
See also: