777e3052 b9e3 9d44 f100 5dd1e243d693 - akesseler/Plexdata.CsvParser GitHub Wiki
Gets or sets the culture to be used. Default value is current UI culture.
Namespace: Plexdata.CsvParser.Processors
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea
C#
public CultureInfo Culture { get; set; }
Type: CultureInfo
The culture to be used for example for converting numbers.
Exception | Condition |
---|---|
ArgumentNullException | This exception is thrown if given value is . |
The used culture applies to number conversion as well as to other culture-dependent data types. For example using German culture will treat number such as 1.234,56 as valid decimals. In contrast to that, using an English culture will treat a number like 1,234.56 as valid decimal value.