The members of System.Web.UI.WebControls.BaseCompareValidator are listed below.
See Also: Inherited members from System.Web.UI.WebControls.BaseValidator
Initializes a new instance of the System.Web.UI.WebControls.BaseCompareValidator class. |
CultureInvariantValues | bool.
Gets or sets a value indicating whether values are converted to a culture-neutral format before being compared. | |
Type | ValidationDataType.
Gets or sets the data type that the values being compared are converted to before the comparison is made. |
[read-only] static | CutoffYear | int.
Gets the maximum year that can be represented by a two-digit year. |
static | CanConvert(string, ValidationDataType)
| |
static | CanConvert(string, ValidationDataType, bool)
|
override | AddAttributesToRender(System.Web.UI.HtmlTextWriter)
| |
static | Compare(string, string, ValidationCompareOperator, ValidationDataType)
| |
static | Compare(string, bool, string, bool, ValidationCompareOperator, ValidationDataType)
| |
static | Convert(string, ValidationDataType, out object)Documentation for this section has not yet been entered. | |
static | Convert(string, ValidationDataType, bool, out object)Documentation for this section has not yet been entered. | |
override | DetermineRenderUplevel()
| |
static | GetDateElementOrder()
| |
static | GetFullYear(int)
|