converter__java.lang.Boolean - Bibliome/alvisnlp GitHub Wiki

#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.
      
⚠️ **GitHub.com Fallback** ⚠️