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

CellValueToStringConverter.PreferredNumberFormat Property

Gets a format string that specifies how to format numbers converted to strings.

Namespace: DevExpress.Spreadsheet.Export

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public string PreferredNumberFormat { get; }

Property Value

Type Description
String

A string that specifies how to format numbers when they are converted to strings.

Remarks

Use the CellValueToStringConverter.SetPreferredNumberFormat method to set a format string.

See Also