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?