TextValidatorNumbersOnly Class |
Namespace: GeonBit.UI.Entities.TextValidators
[SerializableAttribute] public class TextValidatorNumbersOnly : ITextValidator
The TextValidatorNumbersOnly type exposes the following members.
Name | Description | |
---|---|---|
![]() | TextValidatorNumbersOnly |
Create number validator with default params.
|
![]() | TextValidatorNumbersOnly(Boolean, NullableDouble, NullableDouble) |
Create the number validator.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | ValidateText |
Return true if text input is a valid number.
(Overrides ITextValidatorValidateText(String, String).) |
Name | Description | |
---|---|---|
![]() | AllowDecimalPoint |
Do we allow decimal point?
|
![]() | Max |
Optional max value.
|
![]() | Min |
Optional min value.
|