Location | Type |
---|---|
The first input handler | Boolean |
Logic output | Boolean |
Category | Property | Description |
---|---|---|
Null processing | Null option | Specify how to handle the input if it contains null. |
Comment | Comment | The comment will also be output to the specifications.It does not affect the conversion process. |
Option | Description |
---|---|
Convert null into false | Converts null to false and continues with the process. |
Output null if any input is null | Outputs null if the value of any input handler is null. |
Property | Setting |
---|---|
Null option | Convert null into false |
true |
false |
false |
true |