VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageColors Namespace / ColorBaseConverter Class / ConvertTo Methods / ConvertTo(ITypeDescriptorContext,CultureInfo,Object,Type) Method
Syntax Requirements SeeAlso
In This Topic
    ConvertTo(ITypeDescriptorContext,CultureInfo,Object,Type) Method (ColorBaseConverter)
    In This Topic
    Converts the specified object to another type.
    Syntax
    'Declaration
    
    Public Overloads Overrides Function ConvertTo( _
    ByVal context
    A formatter context.
    As System.ComponentModel.ITypeDescriptorContext, _
    ByVal culture
    A CultureInfo object that specifies the culture used to represent the object.
    As System.Globalization.CultureInfo, _
    ByVal value
    The object to convert.
    As System.Object, _
    ByVal destinationType
    The data type to convert the object to.
    As System.Type _
    ) As System.Object

    Parameters

    context
    A formatter context.
    culture
    A CultureInfo object that specifies the culture used to represent the object.
    value
    The object to convert.
    destinationType
    The data type to convert the object to.

    Return Value

    The converted object.
    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