TreeView for WinForms | ComponentOne
C1.Win.C1SuperTooltip Namespace / ImageEntryTypeConverter Class / ConvertTo Method / ConvertTo(ITypeDescriptorContext,CultureInfo,Object,Type) Method
The context.
The culture.
The object to convert.
The type to convert to.

In This Topic
    ConvertTo(ITypeDescriptorContext,CultureInfo,Object,Type) Method
    In This Topic
    Converts the object into the specified data type.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Function ConvertTo( _
       ByVal context As ITypeDescriptorContext, _
       ByVal culture As CultureInfo, _
       ByVal value As Object, _
       ByVal destType As Type _
    ) As Object

    Parameters

    context
    The context.
    culture
    The culture.
    value
    The object to convert.
    destType
    The type to convert to.

    Return Value

    The converted object.
    See Also