[]
        
(Showing Draft Content)

C1.C1Preview.PageColumnDef.TypeConverter2.ConvertTo

ConvertTo Method

ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type)

Converts the object to the specified type.

Declaration
public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type type)
Public Overrides Function ConvertTo(context As ITypeDescriptorContext, culture As CultureInfo, value As Object, type As Type) As Object
Parameters
Type Name Description
ITypeDescriptorContext context

The converter context.

CultureInfo culture

The culture.

object value

The value to convert.

Type type

The target type.

Returns
Type Description
object

The converted object.

Overrides