-6

Here is my problem, I have to read a certain data from the Text file.

For example: "test1.txt" has some data like

TEST1ZE  G P 1 -   ‘ 
 =  =    û   ¡  É É    
END1=  =    û  TEST2  ¡  É É ‘END2  

I have to read data from TEST2 TO END2 in c# later I have to convert this data in a byte array.

4

1 回答 1

1

http://msdn.microsoft.com/en-us/library/db5x7c0d.aspx 这可能会对您有所帮助,其余的是 C# 中的逻辑。你可以在这里找到帮助: 如何获取字符串的一部分

于 2013-04-18T06:16:44.513 回答