Click or drag to resize

CsvQuotingMode Enumeration

Specifies CSV quoting modes.

Namespace:  NLog.Layouts
Assembly:  NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
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