Click or drag to resize

GeneralTypeConverterConvertFrom Method (ITypeDescriptorContext, CultureInfo, Object)

LightningChart .NET Help
Converts given object to the type of this converter.

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

Parameters

context
Type: System.ComponentModelITypeDescriptorContext
Context.
culture
Type: System.GlobalizationCultureInfo
Culture.
value
Type: SystemObject
Value.

Return Value

Type: Object
Deserialized object, if it was successful.
See Also