Click or drag to resize

CsvQuotingMode Enumeration

Specifies CSV quoting modes.

Namespace:  NLog.Layouts
Assembly:  NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
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