LEADTOOLS (Leadtools assembly)

CanConvertTo(ITypeDescriptorContext,Type) Method

Show in webframe







An System.ComponentModel.ITypeDescriptorContext that provides a format context.
A 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 NotOverridable Function CanConvertTo( _
   ByVal context As ITypeDescriptorContext, _
   ByVal destinationType As Type _
) As Boolean
'Usage
 
Dim instance As LeadSizeConverter
Dim context As ITypeDescriptorContext
Dim destinationType As Type
Dim value As Boolean
 
value = instance.CanConvertTo(context, destinationType)

            

            
 function Leadtools.LeadSizeConverter.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 type that represents the type to which you want to convert.

Return Value

true if this object can perform the conversion; otherwise, false.
Requirements

Target Platforms

See Also

Reference

LeadSizeConverter Class
LeadSizeConverter Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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