boolean-bit-to-0-1-string

wayland/read-bits/boolean-bit-to-0-1-string

Convert a boolean to its string representation. True becomes "1" and false becomes "0".
boolean-bit-to-0-1-string
@/boolean-bit-to-0-1-string
Convert a boolean to its string representation. True becomes "1" and false becomes "0".
INboolean
Boolean input.
boolean-bit-to-0-1-string
IN
OUT
OUTstring
String output ("0"/"1").
To use the node in your project you should have the wayland/read-bits library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.