true
or false
) into its string representation.
a
(boolean): The boolean value to be converted to a string. Default value is false
.result
(string): The string representation of the input boolean value.a
input of the To String (Boolean) node.result
output will contain the string representation of the input boolean value, either "true"
or "false"
.a
input of a Greater Than node.b
input of the Greater Than node to 10
.result
output of the Greater Than node to the a
input of the To String (Boolean) node.result
output of the To String (Boolean) node to a Display Alert node to show the string representation of the comparison result.