-
Notifications
You must be signed in to change notification settings - Fork 6
converter__java.lang.Boolean
Robert Bossy edited this page Jul 27, 2017
·
1 revision
#Boolean
Converts into a true or false value.
-
True values: true, yes, empty string.
-
False values: false, no.
Any other value than the ones listed above are considered an error.
<param value="BOOL"/>```
or
```xml
<param>BOOL</param>```
*BOOL* is converted into a boolean as specified by the string conversion.