Skip to main content
All docs
V25.1
  • CellValueToStringConverter.PreferredNumberFormatLocal Property

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

    Namespace: DevExpress.Spreadsheet.Export

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

    NuGet Package: DevExpress.Spreadsheet.Core

    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