Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v20.2.Core.dll

Declaration

public NumberStyles PreferredNumberStyles { get; set; }

Property Value

Type Description
NumberStyles

A NumberStyles enumeration member.

See Also