NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TypeConverter.IsValid

[To be supplied.]

Overload List

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;

See Also

TypeConverter Class | TypeConverter Members | System.ComponentModel Namespace