Does anyone know the proper way to use ReadBlock with StreamReader?
Could I use this to read in comma separated fields in a text file?
If not, how could I read in comma separated fields in a text file?
Thanks?
Printable View
Does anyone know the proper way to use ReadBlock with StreamReader?
Could I use this to read in comma separated fields in a text file?
If not, how could I read in comma separated fields in a text file?
Thanks?
You could read the whole text in and then split it on the commas.