toString()
Returns a string object representing the value of this boolean. If this object represents the value true, a string equal to true is returned. Otherwise, a string equal to false is returned.
Input Parameters
Return Value
String A string representation of the value of this object. |