MAUI | ComponentOne
C1.Maui.Calendar Assembly / C1.Maui.Calendar 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
    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