menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class Parsers

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

    Inheritance
    System.Object
    Parsers
    Namespace: Syncfusion.SfNumericTextBox.XForms
    Assembly: Syncfusion.SfNumericTextBox.XForms.dll
    Syntax
    public sealed class Parsers : Enum

    Fields

    Decimal

    Parses the value as Decimal.

    Declaration
    public const Parsers Decimal
    Field Value
    Type
    Parsers

    Double

    Parses the value as Double.

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