Skip to content

To Boolean Node

Utils/String

Parses a string into a boolean. Accepts true/false, 1/0, yes/no and on/off

string_to_boolstd
Inputs2
Outputs2
Security exposure10/10
Packagestd

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
10/10High
PrivacyPotential sensitivity of processed data.
10/10High
PerformanceRuntime or resource pressure.
10/10High
GovernancePolicy, audit, or compliance impact.
10/10High
ReliabilityOperational stability considerations.
10/10High
CostExternal or compute cost impact.
10/10High

Input Pins

2

String

String
string

String to parse

Fallback

Boolean
fallback

Value used when parsing fails

Default false

Output Pins

2

Boolean

Boolean
boolean

The parsed boolean

Success

Boolean
success

True when the string was a recognized boolean

Node Info

Internal name
string_to_bool
Category
Utils/String