Attaches a Byte Order Mark (BOM), an optional abstract character used to declare and recognize Unicode encoding of a text file, to the beginning of CSV file exports. Set to True to enable.
Syntax
public System.bool WriteBOMtoCsv {get; set;}
Property Value
True to enable the BOM character or
False to disable it.