Property WriteByteOrderMark
WriteByteOrderMark
Gets or sets a value indicating whether a byte-order mark is written. The default is true.
public bool WriteByteOrderMark { get; set; }
Property Value
Remarks
True by default because a spreadsheet opening a UTF-8 file without one usually reads it in the machine's own code page and turns every accented letter into two.