Click or drag to resize

GeneralTypeConverterCanConvertFrom Method (ITypeDescriptorContext, Type)

LightningChart .NET Help
Determines if conversion is possible.

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

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

Parameters

context
Type: System.ComponentModelITypeDescriptorContext
Context.
sourceType
Type: SystemType
Source type.

Return Value

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