|
-
Sep 22nd, 2002, 08:50 PM
#1
Thread Starter
Member
what is the equivelent member for...
readline is a member of Streamreader, what member reads one line of text and is a member if BinaryReader in VB.net?
-
Sep 23rd, 2002, 03:21 AM
#2
Fanatic Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|