BaseCompareValidator::Convert Method

 

Converts the specified text into an object of the specified data type.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_protmethodSystem_CAPS_staticConvert(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.

System_CAPS_protmethodSystem_CAPS_staticConvert(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.

Return to top
Show: