[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PaddingEx.PaddingExConverter.ConvertTo

ConvertTo Method

ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type)

Converts to destination type.

Declaration
public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
Parameters
Type Name Description
ITypeDescriptorContext context

The context.

CultureInfo culture

The culture.

object value

The value.

Type destinationType

The destination type.

Returns
Type Description
object

Returns the converted object.

Overrides