VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageColors Namespace / ColorBaseConverter Class / CanConvertTo Methods / CanConvertTo(ITypeDescriptorContext,Type) Method
Syntax Requirements SeeAlso
In This Topic
    CanConvertTo(ITypeDescriptorContext,Type) Method (ColorBaseConverter)
    In This Topic
    Returns whether this converter can convert the object to the specified type.
    Syntax
    'Declaration
    
    Public Overloads Overrides Function CanConvertTo( _
    ByVal context
    An ITypeDescriptorContext object that provides a format context.
    As System.ComponentModel.ITypeDescriptorContext, _
    ByVal destinationType
    A Type that represents the type you want to convert to.
    As System.Type _
    ) As Boolean

    Parameters

    context
    An ITypeDescriptorContext object that provides a format context.
    destinationType
    A Type that represents the type you want to convert to.

    Return Value

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

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also