Click or drag to resize

CsvColumn Class

A column in the CSV.
Inheritance Hierarchy
SystemObject
  NLog.LayoutsCsvColumn

Namespace:  NLog.Layouts
Assembly:  NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntax
public class CsvColumn

The CsvColumn type exposes the following members.

Constructors
  NameDescription
Public methodCsvColumn
Initializes a new instance of the CsvColumn class.
Public methodCsvColumn(String, Layout)
Initializes a new instance of the CsvColumn class.
Top
Properties
  NameDescription
Public propertyLayout
Gets or sets the layout of the column.
Public propertyName
Gets or sets the name of the column.
Public propertyQuoting
Gets or sets the override of Quoting mode
Top
See Also