开发者

read index.dat file c#

开发者 https://www.devze.com 2023-01-03 22:21 出处:网络
HI, I want to read index开发者_如何学编程.dat file of user in c#. StreamReader objInput = new StreamReader(\"C:\\\\values.dat\", System.Text.Encoding.Default);

HI,

I want to read index开发者_如何学编程.dat file of user in c#.


StreamReader objInput = new StreamReader("C:\\values.dat", System.Text.Encoding.Default);
string contents = objInput.ReadToEnd().Trim();
0

精彩评论

暂无评论...
验证码 换一张
取 消