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#
VB
C++
public override bool CanConvertFrom( 
   ITypeDescriptorContext context, 
   Type sourceType 
) 
Public Overloads Overrides Function CanConvertFrom( _ 
   ByVal context As ITypeDescriptorContext, _ 
   ByVal sourceType As Type _ 
) As Boolean 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly