Microsoft Communities

Welcome to WindowsClient.net | Sign in | Join

Here are some frequently asked questions about Windows Forms and their answers.

Windows Forms FAQs

How are my strongly typed properties serialized as settings?

There are two primary mechanisms that ApplicationSettingsBase uses to serialize settings:

  1. If a TypeConverter exists that can convert to and from string, it is used.
  2. Otherwise, the XmlSerializer is used.


Page view counter