menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum NumberFormat - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Enum NumberFormat

    Specifies the format of the number.

    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Base.dll
    Syntax
    public enum NumberFormat

    Fields

    Name Description
    CurrencyFormat

    Format which suites to "# ##0,00 $;(# ##0,00 $)" Word format.

    FloatingPoint

    Format with floating point number.

    FloatingPointPercent

    Floating point number in percents.

    FloatingPointWithSpace

    Format which suites to "# ##0,00" Word format.

    None

    No formatting

    WholeNumber

    Format with whole number.

    WholeNumberPercent

    Whole number in percents.

    WholeNumberWithSpace

    Format which suits to "# ##0" Word format.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved