CsvRecordAttributeCultureName Property |
Gets or sets the name of the culture that must be used to parse the field values.
Namespace:
Enkoni.Framework.Serialization
Assembly:
Enkoni.Framework.Serialization (in Enkoni.Framework.Serialization.dll) Version: 1.3.0.1
Syntax[DefaultValueAttribute(null)]
public string CultureName { get; set; }
<DefaultValueAttribute(Nothing)>
Public Property CultureName As String
Get
Set
public:
[DefaultValueAttribute(nullptr)]
property String^ CultureName {
String^ get ();
void set (String^ value);
}
[<DefaultValueAttribute(null)>]
member CultureName : string with get, set
Property Value
Type:
String
See Also