G
Guest
I have a text file that has a length of 840 bytes. I need to split into 20
bytes starting from byte 1. If there are data in any of the 20 bytes, I
display the data. So there are 42 occurences of 20 bytes. How do I read each
of the 20 bytes and display the data in C#?
bytes starting from byte 1. If there are data in any of the 20 bytes, I
display the data. So there are 42 occurences of 20 bytes. How do I read each
of the 20 bytes and display the data in C#?