A service for changing the original value into
something that you want a condition to evaluate
using IDataTypeConverter instances.
This is essential for comparison Conditions. Comparison works automatically
with string, number, and boolean native types. Converters exist to take a Date
or user defined class to a string, number, or boolean.
They are built on IDataTypeConverter.
A service for changing the original value into something that you want a condition to evaluate using IDataTypeConverter instances.
This is essential for comparison Conditions. Comparison works automatically with string, number, and boolean native types. Converters exist to take a Date or user defined class to a string, number, or boolean. They are built on IDataTypeConverter.