Mega Code Archive
Categories
/
Java Book
/
003 Essential Classes
0175 Convert boolean value to string
String toString() Returns a String object representing this Boolean's value. static String toString(boolean b) Returns a String object representing the specified boolean.