Skip to content

converter__Boolean

Robert Bossy edited this page Jul 27, 2017 · 1 revision

#Boolean

Synopsis

Converts into a true or false value.

String conversion

  • True values: true, yes, empty string.

  • False values: false, no.

    Any other value than the ones listed above are considered an error.

XML conversion

<param value="BOOL"/>```


	or
	```xml
<param>BOOL</param>```

*BOOL* is converted into a boolean as specified by the string conversion.
      
Clone this wiki locally