Check whether convertor is able to convert from type to type.
Check whether convertor is able to convert from type to type.
This set of methods should be the most precise way of determining
whether convertor is able to convert from type to type, since it
provides both components to the decision logic implemented by convertor
compared to the case with convertsTo and convertsFrom.
Note that those methods are still useful when categorization or other
logic should be applied per original or destination type.
Implementation:
This is default implementation of converts methods which delegate
the decision to convertsTo and convertsFrom.
Check whether convertor is able to convert from type to type.
Check whether convertor is able to convert from type to type. This set of methods should be the most precise way of determining whether convertor is able to convert from type to type, since it provides both components to the decision logic implemented by convertor compared to the case with convertsTo and convertsFrom. Note that those methods are still useful when categorization or other logic should be applied per original or destination type.
Implementation: This is default implementation of converts methods which delegate the decision to convertsTo and convertsFrom.