Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

how to save a c# dictionary

var dictionary = new JavaScriptSerializer()
    .Deserialize<Dictionary<string, string>>(File.ReadAllText("SomeFile.txt"));
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #save #dictionary
ADD COMMENT
Topic
Name
8+7 =