Table of Contents

Property WriteByteOrderMark

Namespace
DocWright.Reporting.Export
Assembly
DocWright.Reporting.Export.dll

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

bool

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.