about binaryreader
- From: gladiator <gladiator@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 24 Aug 2005 19:21:02 -0700
Hello MVPs:
I am not sure when to use binaryreader in .net is best?
In fact ,I am coding a program which converts data in text files
into DB. but i have to use fixed length to read data in file(old format).
Here fixed length means the count of bytes read not the count of chars read.
because there are 2-byte chars in the data file. What about to use
binaryreader to read a text file to solve this problem.
If i use streamreader,how to accomplish it?
thanks in advance.
.
- Follow-Ups:
- Re: about binaryreader
- From: Jon Skeet [C# MVP]
- Re: about binaryreader
- Prev by Date: Re: best method for XML data in web service?
- Next by Date: Create xml with formatting
- Previous by thread: Is there a way to invoke a method in another thread form current thread?
- Next by thread: Re: about binaryreader
- Index(es):
Relevant Pages
|