Converters:


Compare

Converter compares Item value with configured value and give the result of Boolean type. If type is not supported this Converter will be disabled automatically.


FilterExp

Exponential filter of numeric value. If type is not supported this Converter will be disabled automatically.


Inverse

Converter inverts value of Boolean type or array of this type. If type is not supported this Converter will be disabled automatically.


Round

Converter rounds numeric value or all values in array. Supported types: Single, Double and Decimal. If type is not supported this Converter will be disabled automatically.


Scale

Converter scales Item value using configured ranges. If type is not supported this Converter will be disabled automatically.


ToBoolean

Converts two values of supported type to Boolean value and backwards. Supports values of type Boolean, Byte, SByte, Int16, Int32, Int64, UInt16, UInt32, UInt64, Single, Double, Decimal, Char, DateTime and one-dimensional arrays of these types.


ToString

Converts any value to string and backward. Supports values of type Boolean, Byte, SByte, Int16, Int32, Int64, UInt16, UInt32, UInt64, Single, Double, Decimal, Char, DateTime and one-dimensional arrays of these types.