- Namespace
- CsvHelper
.Configuration .Attributes - Containing Type
- CultureInfoAttribute
Syntax
public CultureInfoAttribute(string name)
Parameters
Name | Type | Description |
---|---|---|
name | string |
The name of a culture (case insensitive), or the literal values "InvariantCulture" ,
"CurrentCulture" , "CurrentUICulture" , "InstalledUICulture" to use the
corresponding static properties on CultureInfo .
|