Returns the string representation of the boolean argument.
boolean
Parameters:
b
Returns: if the argument is true, a string equal to "true" is returned; otherwise, a string equal to "false" is returned.
true
"true"
"false"
Diagram: String