LEADTOOLS (Leadtools assembly)

CanConvertTo(ITypeDescriptorContext,Type) Method

Show in webframe







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.
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

See Also

Reference

RasterColorTypeConverter Class
RasterColorTypeConverter Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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