ValidationDataType Enumeration
.NET Framework 2.0
Specifies the validation data types used by the CompareValidator and RangeValidator controls.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
| Member name | Description | |
|---|---|---|
| Currency | A monetary data type. The value is treated as a System.Decimal. However, currency and grouping symbols are still allowed. | |
| Date | A date data type. Only numeric dates are allowed. The time portion cannot be specified. | |
| Double | A double precision floating point number data type. The value is treated as a System.Double. | |
| Integer | A 32-bit signed integer data type. The value is treated as a System.Int32. | |
| String | A string data type. The value is treated as a System.String. |
The ValidationDataType enumeration represents the different data types that the CompareValidator and RangeValidator controls can validate. When you specify a data type for validation control and the input control being validated passes validation, the value of the input control can be parsed to the specified data type.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: