convertToString() Operation for Booleans
Syntax |
NONE
| |
---|---|---|
Semantics | Converts boolean values to strings. The string is assigned either true or false. | |
Substitutables | aBoolean | Can be any variable or object attribute having the type Boolean. |
Examples | Converts the value of the boolean variable b to a string having the value true or false.
NONE
Assigns false to string s2.
NONE
|