type_transformable
Description:
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.
Parameters:
| src_type |
Source type. |
| dest_type |
Target type. |
Returns:
|
true if the transformation is possible, false otherwise. |