Skip to main content

CellValueToColumnTypeConverter.PreferredNumberStyles Property

Gets or sets the styles permitted in strings when an attempt is made to convert a string to the integral or the floating point numeric types.

Namespace: DevExpress.Spreadsheet.Export

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public NumberStyles PreferredNumberStyles { get; set; }

Property Value

Type Description
NumberStyles

A NumberStyles enumeration member.

See Also