pachamuthuperumal Videos
Number Validator

The NumberValidator class ensures that a string is represents a valid number. It can ensure that the input falls within a given range specified by minvalue and maxvalue. It is an integer specified by domain. It is Non- negative specified by allow negative and does not exceed the specified precision. The validator correctly validates formatted numbers.
Currency Validator

The CurrencyValidator class ensures that a string represents a valid currency expression. It can make sure the input falls within a given range by minvalue and maxvalue, it is non-negative specified by Allow negative values, and doesnt exceed the specified precision. The validator correctly validates formatted and unformatted currency expressions.

















