I read everywhere and cannot figure out how to save the dictionary in a TXT file. I know that you cannot just save the dictionary, you need to convert it to a string, but I am stuck with this. I have no idea how to convert it to a string, write it, and then read it and convert it from string to dictionary.
public static Dictionary<string, string> dict = new Dictionary<string, string>();
source share