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

    Parameters

    context
    An System.ComponentModel.ITypeDescriptorContext that provides a format context.
    destinationType
    A System.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: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also