BaseCompareValidator::Convert Method
.NET Framework (current version)
Converts the specified text into an object of the specified data type.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | 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. |
![]() ![]() | 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. |
Show:

