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
InputData TypeDescription
Input1AllData

OutputData TypeDescription
Output1AllA results of conversion according to Mode. Or, input string itself

Property

NameProperty TypeDescription
Modechoice Specifies how to convert.
EmptyToNull - Converts empty string to null.
NullToEmpty - Converts null to empty string.