StringToBool
Alias:StringToBool
, ToBool
Output:SCLBool
Converts a string to a boolean
Parameter | Type | Required | Position | Summary |
---|---|---|---|---|
Boolean String | string | ✔ | 1 | The string to convert to an integer |
Examples​
Example 1​
SCL​
StringToBool 'true'
Expected Output​
True
Example 2​
SCL​
StringToBool 'false'
Expected Output​
False