beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

ParseBoolean_v2 Op



ParseBoolean
Namespace: Ops.Boolean

Op author: pandur

parse boolean from string/number


Converts a string / number to a boolean, outputs false when value equals 0, false, null or undefined.
Please note that entering something in the input box will most likely result in true, because when you enter something it will be interpreted as a string / number.



Inputs

String (String)

Outputs

Result (boolean Number)

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Patches using ParseBoolean_v2

  • Public
  • My Patches

Changelog


Ops.User.pandur.ParseBoolean2 renamed to Ops.Boolean.ParseBoolean_v2
2020-02-27 - pandur