Skip to main content

Bool to String

Module Info:​

moduleType: "internal",
moduleName: "boolToString"

Description​

The boolToNumber function receives a boolean value and returns its string equivalent.

Inputs​

NameTypeRequired
booleanboolean ✔

Outputs​

NameType
resultnumber

Examples​

Inputs Outputs
boolean result
true "true"
false "false"