NullConverter
Performs Null-conversion according to Mode property.
If the input is either null nor empty string, the input itself outputs.
"Null" means the value is not set to anything. Empty string means the string whose length is 0.
Input/Output
Number of Connections: 1
| Input | Data Type | Description |
| Input1 | All | Data |
| Output | Data Type | Description |
| Output1 | All | A results of conversion according to Mode. Or, input string itself |
Property
| Name | Property Type | Description |
| Mode | choice |
Specifies how to convert.
| EmptyToNull | - | Converts empty string to null.
|
| NullToEmpty | - | Converts null to empty string.
|
|