Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

how to save a c# dictionary

File.WriteAllText("SomeFile.Txt", new JavaScriptSerializer().Serialize(dictionary));
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #save #dictionary
ADD COMMENT
Topic
Name
3+7 =