In .net (C#), If you have two types discovered through reflection is it possible to determine if one can be cast to the other? (implicit and/or explicit).
What I\'m tryi
It would be better to look into TypeConverter's.