I have a routine that generates CSV files, the first character written is
ControlChars.Qu ote
this is done by means of System.IO.Strea mWriter.Write(C ontrolChars.Quo te)
and normally works correctly.
however if a large file (approx 14Mb) is generated the hex values as seen
with the Binary Editor EF BB BF appear immediately before the Quote character
(hex 22)
any idea what causes this / how to prevent it?
guy
ControlChars.Qu ote
this is done by means of System.IO.Strea mWriter.Write(C ontrolChars.Quo te)
and normally works correctly.
however if a large file (approx 14Mb) is generated the hex values as seen
with the Binary Editor EF BB BF appear immediately before the Quote character
(hex 22)
any idea what causes this / how to prevent it?
guy
Comment