ListPaddingTypeConverterConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) Method

Convert the specified object to the specified type

Definition

Namespace: EWSoftware.ListControls.Design
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public override Object ConvertTo(
	ITypeDescriptorContext context,
	CultureInfo culture,
	Object value,
	Type destinationType
)

Parameters

context  ITypeDescriptorContext
A formatter context
culture  CultureInfo
Culture-specific information
value  Object
The object to convert
destinationType  Type
The type to which to convert

Return Value

Object
The converted object

See Also