The `java.io.Boolean.toString()` method is used to convert a Boolean object into a String representation. It returns a String value that represents the boolean value of the Boolean object. The returned String can be "true" or "false" depending on the boolean value of the Boolean object.
Java Boolean.toString - 24 examples found. These are the top rated real world Java examples of java.io.Boolean.toString extracted from open source projects. You can rate examples to help us improve the quality of examples.