BaseCompareValidator.Convert Method
.NET Framework 3.5
Converts the specified text into an object of the specified data type.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Convert(String, ValidationDataType, Object) | Converts the specified text into an object of the specified data type. This version of the overloaded method converts currency, double, and date values using the format used by the current culture. |
|
Convert(String, ValidationDataType, Boolean, Object) | Converts the specified text into an object of the specified data type. This version of the overloaded method allows you to specify whether values are converted using a culture-neutral format. |