[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Printing.PaperKindResourceEnumConverter.ConvertTo

ConvertTo Method

ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type)

Converts the given value object to the specified destination type.

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

An ITypeDescriptorContext that provides a format context.

CultureInfo culture

An CultureInfo parameter for coversion.

object value

The object to convert.

Type destinationType

The Type to convert the value to.

Returns
Type Description
object

A object that represents the converted value.

Overrides