TypeConverter on Array Property
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I'm trying to use TypeConverters on a a property which is an Array of specific objects. It works well converting to a string, but fails to convert back to the obejct. I have tried setting up my own Typeconverter but its methods are never called. Any ideas on what I need to do to get this working. Thanks, Chris