type_transformable


Description:

public static bool type_transformable (Type src_type, Type dest_type)

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.