Gets a value indicating whether the given object value is valid for this type.
[Visual Basic] Overloads Public Function IsValid( _ ByVal value As Object _ ) As Boolean [C#] public bool IsValid( object value ); [C++] public: bool IsValid( Object* value ); [JScript] public function IsValid( value : Object ) : Boolean;
True if the provided value is valid for this object.
TypeConverter Class | TypeConverter Members | System.ComponentModel Namespace | TypeConverter.IsValid Overload List