G
Guest
I have a routine that generates CSV files, the first character written is
ControlChars.Quote
this is done by means of System.IO.StreamWriter.Write(ControlChars.Quote)
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.Quote
this is done by means of System.IO.StreamWriter.Write(ControlChars.Quote)
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