menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ParsingMode - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ParsingMode

    Contains the values for the Parser enumeration that determines the validation mode as decimal or double.

    Inheritance
    System.Object
    ParsingMode
    Namespace: Syncfusion.SfNumericUpDown.XForms
    Assembly: Syncfusion.SfNumericUpDown.XForms.dll
    Syntax
    public sealed class ParsingMode : Enum

    Fields

    Decimal

    Display the parsers content in decimal format.

    Declaration
    public const ParsingMode Decimal
    Field Value
    Type
    ParsingMode

    Double

    Display the parser content in double format.

    Declaration
    public const ParsingMode Double
    Field Value
    Type
    ParsingMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved