CellValueToColumnTypeConverter.PreferredCulture Property
Gets or sets the information used to format culture-specific data, such as DateTime, DateTimeOffset, and the numeric types.
Namespace: DevExpress.Spreadsheet.Export
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
CultureInfo | A CultureInfo object that provides culture-specific information. |
Remarks
Use the PreferredCulture property to obtain data in a format specific to a certain culture.
See Also