May 2011
Intermediate to advanced
1096 pages
40h 54m
English
Boolean.toString() — convert a boolean value to a string
Overrides Object.toString()
b.toString()
The string “true” or “false”, depending on the value of the
primitive boolean value or Boolean object
b.
TypeErrorIf this method is invoked on an object that is not a Boolean.
Read now
Unlock full access