Function toString( byteVal )

Description:
Turns a byte value into a string.
Parameters:
byteVal (byte)
byte numeric value
Return Value (String):
a string representation of byteVal
Signature:
String toString(byte)