Initializes a new instance of the
CsvConfiguration class
using the given
System.Globalization.CultureInfo. Since
Delimiter
uses
CultureInfo for its default, the given
System.Globalization.CultureInfo
will be used instead.
Syntax
[Obsolete("This constructor is deprecated and will be removed in the next major release. Use CsvConfiguration(CultureInfo) instead.", false)]
public CsvConfiguration(CultureInfo cultureInfo, Type attributesType)
Attributes
| Type |
Description |
| Obsolete |
|
Parameters
| Name |
Type |
Description |
| cultureInfo |
CultureInfo |
The culture information. |
| attributesType |
Type |
The type that contains the configuration attributes.
This will call CsvHelper.Configuration.CsvConfiguration.ApplyAttributes(Type) automatically. |