Click or drag to resize

CsvColumnAttributeCultureName Property

Gets or sets the name of the culture that must be used to parse the field value. If this property is set, it overrides any culture-settings that may have been set in the CsvRecord-attribute.

Namespace:  Enkoni.Framework.Serialization
Assembly:  Enkoni.Framework.Serialization (in Enkoni.Framework.Serialization.dll) Version: 1.3.0.1
Syntax
public string CultureName { get; set; }

Property Value

Type: String
See Also