I have a class Thing that is implicitly castable from a string. When I call a method with a Thing parameter directly the cast from s
Thing
string
s
Found an answer which uses a TypeConverter (as Saeed mentions) Seems to do the job.
TypeConverter For Implicit Conversion when using reflection