ComponentOne Reports for WPF
C1.C1Preview Namespace / PageColumnDef.TypeConverter2 Class / CanConvertTo Method / CanConvertTo(ITypeDescriptorContext,Type) Method
The converter context.
The target type.

In This Topic
    CanConvertTo(ITypeDescriptorContext,Type) Method
    In This Topic
    Tests whether the current converter can convert this object to the specified type.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function CanConvertTo( _
       ByVal context As ITypeDescriptorContext, _
       ByVal type As Type _
    ) As Boolean
    public override bool CanConvertTo( 
       ITypeDescriptorContext context,
       Type type
    )

    Parameters

    context
    The converter context.
    type
    The target type.

    Return Value

    true if the object can be converted, false otherwise.
    See Also