LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

CanConvertTo(ITypeDescriptorContext,Type) Method






An System.ComponentModel.ITypeDescriptorContext that provides a format context.
A System.Type that represents the type to which you want to convert.
Returns a value indicating whether this converter can convert an object to the given destination type using the context. .NET support Silverlight support
Syntax
public override bool CanConvertTo( 
   ITypeDescriptorContext context,
   Type destinationType
)
'Declaration
 
Public Overloads Overrides Function CanConvertTo( _
   ByVal context As ITypeDescriptorContext, _
   ByVal destinationType As Type _
) As Boolean
'Usage
 
Dim instance As RasterColorTypeConverter
Dim context As ITypeDescriptorContext
Dim destinationType As Type
Dim value As Boolean
 
value = instance.CanConvertTo(context, destinationType)
 function Leadtools.RasterColorTypeConverter.CanConvertTo(ITypeDescriptorContext,Type)( 
   context ,
   destinationType 
)
public:
bool CanConvertTo( 
   ITypeDescriptorContext^ context,
   Type^ destinationType
) override 

Parameters

context
An System.ComponentModel.ITypeDescriptorContext that provides a format context.
destinationType
A System.Type that represents the type to which you want to convert.

Return Value

true if this converter can perform the operation; false, otherwise.
Remarks

For more information, refer to TypeConverter.CanConvertFrom

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterColorTypeConverter Class
RasterColorTypeConverter Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.