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

CellValueToStringConverter.PreferredNumberFormatLocal Property

Returns a local format string that specifies how to format numbers converted to strings.

Namespace: DevExpress.Spreadsheet.Export

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

Declaration

public string PreferredNumberFormatLocal { 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 or CellValueToStringConverter.SetPreferredNumberFormatLocal method to specify a format string.

See Also