ComponentOne FlexGrid for UWP
C1.UWP.FlexGrid Assembly / C1.Xaml.FlexGrid Namespace / DataTypeConverter Class / CanConvertFrom Method

In This Topic
    CanConvertFrom Method (DataTypeConverter)
    In This Topic
    Checks whether the converter can convert from a given type.
    Syntax
    'Declaration
     
    
    Public Overrides Function CanConvertFrom( _
       ByVal context As ITypeDescriptorContext, _
       ByVal sourceType As Type _
    ) As Boolean
    public override bool CanConvertFrom( 
       ITypeDescriptorContext context,
       Type sourceType
    )

    Parameters

    context
    sourceType
    See Also