[To be supplied.]
Gets a value indicating whether the given object value is valid for this type.
[Visual Basic] Overloads Public Function IsValid(Object) As Boolean
[C#] public bool IsValid(Object);
[C++] public: bool IsValid(Object*);
[JScript] public function IsValid(Object) : Boolean;
Gets a value indicating whether the given object value is valid for this type.
[Visual Basic] Overloads Overridable Public Function IsValid(ITypeDescriptorContext, Object) As Boolean
[C#] public virtual bool IsValid(ITypeDescriptorContext, Object);
[C++] public: virtual bool IsValid(ITypeDescriptorContext*, Object);
[JScript] public function IsValid(ITypeDescriptorContext, Object) : Boolean;
TypeConverter Class | TypeConverter Members | System.ComponentModel Namespace