|
Syntax |
|
|
|---|---|---|
|
Semantics |
Converts a given string into a Boolean, see examples below. All other conversions are illegal and will raise an error. |
|
|
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 |
|
|
Some Examples
|
Input String |
Remark |
Output Boolean |
|---|---|---|
|
true |
case sensitive |
true |
|
1 |
|
|
|
false |
case sensitive |
false |
|
0 |
|