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
<param>BOOL</param>
BOOL is converted into a boolean as specified by the string conversion.