Validator.Range Method

Include Protected Members
Include Inherited Members

Defines a validation test that tests whether a number falls within a specific range.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member Range(Double, Double, String) Defines a validation test that tests whether a decimal number falls within a specific range.
Public methodStatic member Range(Int32, Int32, String) Defines a validation test that tests whether an integer value falls within a specific range.

Top

See Also

Reference

Validator Class

System.Web.WebPages Namespace