Store Dictionary in application settings

后端 未结 9 1613
感动是毒
感动是毒 2020-11-30 08:28

I have a dictionary of strings that i want the user to be able to add/remove info from then store it for them so it they can access it the next time the program restarts

9条回答
  •  [愿得一人]
    2020-11-30 09:16

    The simplest answer would be to use a row & column delimiter to convert your dictionary to a single string. Then you just need to store 1 string in the settings file.

提交回复
热议问题