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.