ByteToString

typealias ByteToString = (Byte) -> String(source)

Method to convert a Byte to its String representation.