Skip to main content
Version: v0.19.0-alpha 🚧

StringToBool

Alias:StringToBool, ToBool

Output:SCLBool

Converts a string to a boolean

ParameterTypeRequiredPositionSummary
Boolean
String
string✔1The string to convert to an integer

Examples​

Example 1​

SCL​

StringToBool 'true'

Expected Output​

True

Example 2​

SCL​

StringToBool 'false'

Expected Output​

False