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. 
        CODE
     
    
Assigns false to string s2. 
        CODE
     
    
 | |
Some Examples
Boolean Value  | String Value  | 
|---|---|
true  | “true”  | 
false  | “false”  | 
ActionScript_TypeConversions_Example
Click here to download a simple example model that shows different possibilities for type conversions between Float, Integer, String, and Boolean types in Scheer PAS Designer.
Related Content
Related Pages: