ComponentOne Reports for WPF
C1.C1Preview Namespace / PageColumnDef.TypeConverter2 Class / ConvertTo Method / ConvertTo(ITypeDescriptorContext,CultureInfo,Object,Type) Method
The converter context.
The culture.
The value to convert.
The target type.

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

    Parameters

    context
    The converter context.
    culture
    The culture.
    value
    The value to convert.
    type
    The target type.

    Return Value

    The converted object.
    See Also