Click or drag to resize

GeneralTypeConverterConvertTo Method (ITypeDescriptorContext, CultureInfo, Object, Type)

LightningChart .NET Help
Converts object to the requested type.

Conversion to byte[] is handled by TreeBinarySerializer by calling ConvertToBytes.

Namespace:  Arction.Wpf.ChartingMVVM.TypeConverters
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public override Object ConvertTo(
	ITypeDescriptorContext context,
	CultureInfo culture,
	Object value,
	Type destinationType
)

Parameters

context
Type: System.ComponentModelITypeDescriptorContext
Context.
culture
Type: System.GlobalizationCultureInfo
Culture.
value
Type: SystemObject
Value.
destinationType
Type: SystemType
Destination type.

Return Value

Type: Object
Object converted to the requested type, if supported.
See Also