Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / ObservableCollectionStringConverter Class / CanConvertFrom Method / CanConvertFrom(ITypeDescriptorContext,Type) Method
An System.ComponentModel.ITypeDescriptorContext that provides a format context.
A System.Type that represents the type you want to convert from.

In This Topic
    CanConvertFrom(ITypeDescriptorContext,Type) Method
    In This Topic
    Returns whether this converter can convert an object of the given type to the type of this converter, using the specified context.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Function CanConvertFrom( _
       ByVal context As ITypeDescriptorContext, _
       ByVal sourceType As Type _
    ) As Boolean
    public override bool CanConvertFrom( 
       ITypeDescriptorContext context,
       Type sourceType
    )

    Parameters

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

    Return Value

    True if this converter can perform the conversion; otherwise, false.
    See Also