【发布时间】:2012-01-16 17:01:36
【问题描述】:
我正在研究 C#。我在使用string.replace(dt,"") 甚至stringbuilder.replace(dt,"") 时得到OutOfMemoryException。请问我可以知道如何克服这个问题吗?或者任何其他方式来做同样的事情?
【问题讨论】:
-
你能详细说明你的代码吗?
-
感谢您的回复...我的问题是我正在使用大量数据...所以在替换时遇到问题...
标签: c#