Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NumberFormat

    Show / Hide Table of Contents

    Class NumberFormat

    Specifies the format of the number.

    Inheritance
    System.Object
    NumberFormat
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public sealed class NumberFormat : Enum

    Fields

    CurrencyFormat

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

    Declaration
    public const NumberFormat CurrencyFormat
    Field Value
    Type Description
    NumberFormat

    FloatingPoint

    Format with floating point number.

    Declaration
    public const NumberFormat FloatingPoint
    Field Value
    Type Description
    NumberFormat

    FloatingPointPercent

    Floating point number in percents.

    Declaration
    public const NumberFormat FloatingPointPercent
    Field Value
    Type Description
    NumberFormat

    FloatingPointWithSpace

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

    Declaration
    public const NumberFormat FloatingPointWithSpace
    Field Value
    Type Description
    NumberFormat

    None

    No formatting

    Declaration
    public const NumberFormat None
    Field Value
    Type Description
    NumberFormat

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    WholeNumber

    Format with whole number.

    Declaration
    public const NumberFormat WholeNumber
    Field Value
    Type Description
    NumberFormat

    WholeNumberPercent

    Whole number in percents.

    Declaration
    public const NumberFormat WholeNumberPercent
    Field Value
    Type Description
    NumberFormat

    WholeNumberWithSpace

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

    Declaration
    public const NumberFormat WholeNumberWithSpace
    Field Value
    Type Description
    NumberFormat
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved