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
Syntaxpublic string CultureName { get; set; }
Public Property CultureName As String
Get
Set
public:
property String^ CultureName {
String^ get ();
void set (String^ value);
}
member CultureName : string with get, set
Property Value
Type:
String
See Also