Skip to content

777e3052 b9e3 9d44 f100 5dd1e243d693

Axel Kesseler edited this page Aug 16, 2024 · 6 revisions

CsvSettings.Culture Property

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

Syntax

C#

public CultureInfo Culture { get; set; }

Property Value

Type: CultureInfo
The culture to be used for example for converting numbers.

Exceptions

 

Exception Condition
ArgumentNullException This exception is thrown if given value is .

Remarks

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.

See Also

Reference

CsvSettings Class
Plexdata.CsvParser.Processors Namespace

Clone this wiki locally