When overridden in a derived class, this method contains the code to determine whether the value in the input control is valid.
true if the value in the input control is valid; otherwise, false.
Use the BaseValidator.EvaluateIsValid method to determine whether the value in the input control specified by the BaseValidator.ControlToValidate property is valid.
This method is used primarily by control developers.