Results 1 to 2 of 2

Thread: what is the equivelent member for...

  1. #1

    Thread Starter
    Member
    Join Date
    May 2002
    Posts
    52

    Question 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?

  2. #2
    Fanatic Member
    Join Date
    Sep 2002
    Posts
    518
    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
  •  



Click Here to Expand Forum to Full Width