public static String valueOf (boolean b)

Returns the string representation of the boolean argument.

Parameters:
b    a boolean.

Returns:  if the argument is true, a string equal to "true" is returned; otherwise, a string equal to "false" is returned.