Click or drag to resize

CsvQuotingMode Enumeration

Specifies CSV quoting modes.

Namespace:  NLog.Layouts
Assembly:  NLog (in NLog.dll) Version: 5.3.1+cf6675da40ccfd4c8c526a3b2bdbeed3442910a1
Syntax
public enum CsvQuotingMode
Members
  Member nameValueDescription
All0 Quote Always (Fast)
Nothing1 Quote nothing (Very fast)
Auto2 Quote only whose values contain the quote symbol or the separator (Slow)
See Also