Click or drag to resize

GeneralTypeConverterCanConvertTo Method (ITypeDescriptorContext, Type)

LightningChart .NET Help
Determines if conversions to requested type can happen.

If special byte[] serialization is enabled, this reports it possible to convert LC types to byte[].

Namespace:  Arction.Wpf.ChartingMVVM.TypeConverters
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public override bool CanConvertTo(
	ITypeDescriptorContext context,
	Type destinationType
)

Parameters

context
Type: System.ComponentModelITypeDescriptorContext
Context.
destinationType
Type: SystemType
Destination type.

Return Value

Type: Boolean
True, if conversion can be done.
See Also