Click or drag to resize

CsvQuotingMode Enumeration

Specifies CSV quoting modes.

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