LineBreakInQuotedFieldIsBadDataAttribute Class
A value indicating whether a line break found in a quote field should be considered bad data. to consider a line break bad data, otherwise .
Namespace
CsvHelper.Configuration.Attributes
Interfaces
Base Types
  • Attribute
graph BT Type-->Base0["Attribute"] Type-.->Interface0["IClassMapper"] click Interface0 "/CsvHelper/api/CsvHelper.Configuration.Attributes/IClassMapper" Type["LineBreakInQuotedFieldIsBadDataAttribute"] class Type type-node

Syntax

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

Attributes

Type Description
AttributeUsage

Constructors

Name Summary
LineBreakInQuotedFieldIsBadDataAttribute(bool) A value indicating whether a line break found in a quote field should be considered bad data. to consider a line break bad data, otherwise .

Properties

Name Property Type Summary
LineBreakInQuotedFieldIsBadData bool
A value indicating whether a line break found in a quote field should be considered bad data. to consider a line break bad data, otherwise .

Methods

Name Return Value Summary
ApplyTo(CsvConfiguration) void
Applies configuration.