An NDoc Documented Class Library

BaseCompareValidator.CanConvert Method 

Returns a value indicating whether the string value can be converted to the type specified by Type.

protected bool CanConvert(
   string value
);

Parameters

value
String value being tested.

Return Value

true if value can be converted, false otherwise.

See Also

BaseCompareValidator Class | BaseCompareValidator Members | Genghis.Windows.Forms Namespace