I am trying to override the ConvertTo method of TypeConverter. I created a custom converter called CollectionConverter.
I am using [TypeConverter(typeof(CollectionConverter))] attribute but it doesn't invoke my CollectionConverter. Is there a problem with what I am doing?
I am using [TypeConverter(typeof(CollectionConverter))] attribute but it doesn't invoke my CollectionConverter. Is there a problem with what I am doing?