Converters:
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.
Exponential filter of numeric value. If type is not supported this Converter will be disabled automatically.
Converter inverts value of Boolean type or array of this type. If type is not supported this Converter will be disabled automatically.
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.
Converter scales Item value using configured ranges. If type is not supported this Converter will be disabled automatically.
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.
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.