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 (Object)

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;

Parameters

value
The object to test.

Return Value

True if the provided value is valid for this object.

See Also

TypeConverter Class | TypeConverter Members | System.ComponentModel Namespace | TypeConverter.IsValid Overload List