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 |