NullableConverter::IsValid Method (ITypeDescriptorContext^, Object^)

 

Returns whether the given value object is valid for this type and for the specified context.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
virtual bool IsValid(
	ITypeDescriptorContext^ context,
	Object^ value
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

An ITypeDescriptorContext that provides a format context.

value
Type: System::Object^

The Object to test for validity.

Return Value

Type: System::Boolean

true if the specified value is valid for this object; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: