Hello, I have a List<string> with plenty of strings in it. The strings looks like this: "84972342-03/30/2012" How do I convert it to a Dictionary<string,string> with a split at the "-"? Thank you!