In my code using reflections i wrote
if (f.FieldType.IsAssignableFrom(\"\".GetType()))
I have a class that has an implicit conversion to st
if(... || TypeDescriptor.GetConverter(f).CanConvertTo("".GetType()))