FromAttributes(Type, CultureInfo) Method
Creates a CsvConfiguration instance configured using cultureInfo and CsvHelper attributes applied to type at the type-level. This method ignores any CultureInfoAttribute applied to type.
Namespace
CsvHelper.Configuration
Containing Type
CsvConfiguration

Syntax

public static CsvConfiguration FromAttributes(Type type, CultureInfo cultureInfo)

Remarks

Parameters

Name Type Description
type Type
cultureInfo CultureInfo

Return Value

Type Description
CsvConfiguration A new CsvConfiguration instance configured with cultureInfo and attributes applied to type