Function toString( booleanVal )
- Description:
-
Turns a boolean value into a string.
- Parameters:
-
booleanVal (boolean)
- boolean value (true or false)
- Return Value (String):
- a string representation of
booleanVal
("true" or "false")
- Signature:
String toString(boolean)