IsValid Method

Summary
Returns whether the given value object is valid for this type and for the specified context.
Syntax
C#
VB
C++
public override bool IsValid( 
   ITypeDescriptorContext context, 
   object value 
) 
Public Overrides Function IsValid( _ 
   ByVal context As ITypeDescriptorContext, _ 
   ByVal value As Object _ 
) As Boolean 
public: 
virtual bool IsValid (  
   ITypeDescriptorContext^ context, 
   Object^ value 
)  

Parameters

context
An ITypeDescriptorContext that provides a format context.

value
The Object to test for validity.

Return Value

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

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.