I've been searching high and low for a TypeConverter for Type s and only found private or internal implementations. It wasn't a hard task, but I think that the .NET Framework should provide one out of the box. Here is the one I wrote: /// <summary> /// Provides a type converter to convert...