Welcome to MSDN Blogs Sign in | Join | Help

April 2005 - Posts

Why doesn't my TypeConverter get called?

Consider the following code: public class MyControl : Control { [ TypeConverter ( typeof (SomePropertyConverter))] public Foo SomeProperty { get { ... } } } [ TypeConverter ( typeof (FooConverter))] public class Foo { ... } Now here are a couple of questions:
 
Page view tracker