Wiki

Clone wiki

DWScript / Boolean

  1. summary Boolean (base type)

Boolean

Description

Possible values are _*True*_ and _*False*_, case insensitive.

When casting a Boolean as Integer, by convention _True_ maps to 1, _False_ maps to 0.

When casting an Integer as Boolean, 0 maps to _False_, all other values map to _True_.

Methods

  • ToString

Updated