DetectDelimiterAttribute Class
Detect the delimiter instead of using the delimiter from configuration.
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["DetectDelimiterAttribute"] class Type type-node

Syntax

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

Attributes

Type Description
AttributeUsage

Constructors

Name Summary
DetectDelimiterAttribute(bool) Detect the delimiter instead of using the delimiter from configuration.

Properties

Name Property Type Summary
DetectDelimiter bool
Detect the delimiter instead of using the delimiter from configuration.

Methods

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