www.icetips.com  Icetips Utilities Documentation 5/9/2015    

Core Class: ByteToHex

Previous  Top  Next  


Prototype: (Byte pByte),String

 

pByteA byte value to convert to HEX

 

ReturnsA 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:

LongToHex

 



Direct link to this page: http://www.icetips.com/manuals/utilities/bytetohex_core.htm