CellValueToStringConverter.PreferredNumberFormat Property
Returns a format string (in the invariant culture) that specifies how to format numbers converted to strings.
Namespace: DevExpress.Spreadsheet.Export
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
String | A string that specifies how to format numbers when they are converted to strings. |
Remarks
Use the CellValueToStringConverter.SetPreferredNumberFormat or CellValueToStringConverter.SetPreferredNumberFormatLocal method to specify a format string.
See Also