Table of Contents

Class LineBreakInQuotedFieldIsBadDataAttribute

Namespace
CsvHelper.Configuration.Attributes
Assembly
CsvHelper.dll

A value indicating whether a line break found in a quote field should be considered bad data. true to consider a line break bad data, otherwise false.

[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
public class LineBreakInQuotedFieldIsBadDataAttribute : Attribute, IClassMapper
Inheritance
LineBreakInQuotedFieldIsBadDataAttribute
Implements
Inherited Members

Constructors

LineBreakInQuotedFieldIsBadDataAttribute(bool)

A value indicating whether a line break found in a quote field should be considered bad data. true to consider a line break bad data, otherwise false.

public LineBreakInQuotedFieldIsBadDataAttribute(bool lineBreakInQuotedFieldIsBadData = true)

Parameters

lineBreakInQuotedFieldIsBadData bool

Properties

LineBreakInQuotedFieldIsBadData

A value indicating whether a line break found in a quote field should be considered bad data. true to consider a line break bad data, otherwise false.

public bool LineBreakInQuotedFieldIsBadData { get; }

Property Value

bool

Methods

ApplyTo(CsvConfiguration)

public void ApplyTo(CsvConfiguration configuration)

Parameters

configuration CsvConfiguration