convertToBoolean() Operation
Syntax |
| |
---|---|---|
Semantics |
| |
Substitutables |
| Can be any variable or object attribute having the type String. |
| String literal. | |
Error Codes | Find the related error codes on System Errors of type conversion operations. | |
FUTSM/3 | Illegal conversion | |
Examples |
NONE
|
Some Examples
Input String | Remark | Output Boolean |
---|---|---|
true | case sensitive | true |
1 | ||
false | case sensitive | false |
0 |