Boolean.toString

Boolean.toString

Class Overview | Class Members | This Package | All Packages

Syntax
public String toString()
Returns
a string representation of this object.
Description
Returns a String object representing this Boolean's value. If this object contains the value true, a string equal to "true" is returned. Otherwise, a string equal to "false" is returned.

Overrides
toString in class Object