Check whether transform is able to transform values of type src_type
into values of type dest_type
.
Note that for the types to be transformable, they must be compatible or a transformation function must be registered.
src_type |
Source type. |
dest_type |
Target type. |
true if the transformation is possible, false otherwise. |