Concrete implementations of IDataTypeConverter, which assists comparisons to
convert the native value into a number, date or string that is better
suited for comparison.
See IDataTypeConverter for an overview.
In these cases, we are handling standard data types of Date, string, and number
to reshape them. For example, there is a string conversion to a lowercase string
that is for case insensitive comparisons.
Concrete implementations of IDataTypeConverter, which assists comparisons to convert the native value into a number, date or string that is better suited for comparison. See IDataTypeConverter for an overview. In these cases, we are handling standard data types of Date, string, and number to reshape them. For example, there is a string conversion to a lowercase string that is for case insensitive comparisons.