Hi all
I'm trying to read some lines from a text file, and don't know how to do this.
Actually I could read the whole file using object of StramReader,
but to read custom line I think that I should use BeginRead() and EndRead() of FileStream class, but I dont know how to use them. I dont understand the parameters of them.
If any one could explain, I'll be grateful.
Thanks
I'm trying to read some lines from a text file, and don't know how to do this.
Actually I could read the whole file using object of StramReader,
but to read custom line I think that I should use BeginRead() and EndRead() of FileStream class, but I dont know how to use them. I dont understand the parameters of them.
If any one could explain, I'll be grateful.
Thanks
Comment