Type Converter

Implementing a String to Object Custom Type Converter in ASP.NET

If you are writing a custom control, you will most likely encounter the following problem – converting a property type at design time. The only way to achieve that is to use a custom type converter, as described here. In most cases the standard documentation will cover the basics. However there is a specific case in which the approach from the documentation will not work and you need to alter the String to Object custom converter logic.

Subscribe to RSS - Type Converter