I\'d like to store a one dimensional string array as an entry in my appSettings
. I can\'t simply separate elements with ,
or |
because
You may also consider using custom configuration section/Collection for this purpose. Here is a sample:
You can also check on this excellent Visual Studio add-in that allows you to graphically design .NET Configuration Sections and automatically generates all the required code and a schema definition (XSD) for them.