如何列出大字符串?

时间:2017-10-20 02:07:43

标签: c#

我应该使用什么来创建大字符串列表?List<string> myList=new List<string>(); myList.Add("very big string goes here"); 请注意,这种方式在csharp中出现溢出错误。我应该用什么而不是它?

示例字符串{ "_id" : ObjectId("59e625d5fdde4f78f8b3df28"), "ID" : ObjectId("000000000000000000000000"), "UserID" : "abcdef", "BaseFileName" : "insert", "FileID" : "insert.00001.txt.txt", "FileData" : "��/F\u000f" }

0 个答案:

没有答案