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
Syntaxpublic override Object ConvertFrom(
ITypeDescriptorContext context,
CultureInfo culture,
Object value
)
Public Overrides Function ConvertFrom (
context As ITypeDescriptorContext,
culture As CultureInfo,
value As Object
) As Object
public:
virtual Object^ ConvertFrom(
ITypeDescriptorContext^ context,
CultureInfo^ culture,
Object^ value
) override
Parameters
- context
- Type: System.ComponentModelITypeDescriptorContext
Context. - culture
- Type: System.GlobalizationCultureInfo
Culture. - value
- Type: SystemObject
Value.
Return Value
Type:
ObjectDeserialized object, if it was successful.
See Also