The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
NullableConverter::IsValid Method (ITypeDescriptorContext^, Object^)
.NET Framework (current version)
Returns whether the given value object is valid for this type and for the specified context.
Assembly: System (in System.dll)
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::Booleantrue if the specified value is valid for this object; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: