Byte.toString
Class Overview | Class Members | 
  This Package | 
All Packages
 public static String toString( byte b )
Parameters
-  b 
-  the byte to be converted
  
Description
 Returns a new String object representing the specified Byte. The radix
 is assumed to be 10.