CanConvertFrom Method

Summary
Indicates whether the given value object can be converted from the specified type, using the specified context and culture information.
Syntax
C#
C++/CLI
public override bool CanConvertFrom( 
   ITypeDescriptorContext context, 
   Type sourceType 
) 
public: 
bool CanConvertFrom(  
   ITypeDescriptorContext^ context, 
   Type^ sourceType 
) override  

Parameters

context
An ITypeDescriptorContext that provides a format context.

sourceType
The Type to convert the value parameter from.

Return Value

true if the given value object can be converted from the specified type, using the specified context and culture information; otherwise, false.

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly

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