convertToString() Operation for Booleans
Syntax |
| |
---|---|---|
Semantics | Converts boolean values to strings. The string is assigned either true or false. | |
Substitutables |
| 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
|
Some Examples
Boolean Value | String Value |
---|---|
true | “true” |
false | “false” |
ActionScript_TypeConversions_Example
Click here to download a simple example model that different possibilities for type conversions between Float, Integer, String, and Boolean types in Scheer PAS Designer.
Related Pages: