PDA

Click to See Complete Forum and Search --> : what is the equivelent member for...


Brian Delphino
Sep 22nd, 2002, 08:50 PM
readline is a member of Streamreader, what member reads one line of text and is a member if BinaryReader in VB.net?

Slow_Learner
Sep 23rd, 2002, 03:21 AM
I don't think there is an equivalent for BinaryReader; the StreamReader.ReadLine method assumes the stream you are working with is delimited by CrLf (or is it Lf) characters at the end of each line. Binary files aren't structured that way.