Click or drag to resize

UserValueConverterConvertBack Method (Object, Type, Object, CultureInfo)

Namespace:  SharpCharts.Base.SharpScript
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public Object[] ConvertBack(
	Object value,
	Type[] targetTypes,
	Object parameter,
	CultureInfo culture
)

Parameters

value
Type: SystemObject
targetTypes
Type: SystemType
parameter
Type: SystemObject
culture
Type: System.GlobalizationCultureInfo

Return Value

Type: Object

Implements

IMultiValueConverterConvertBack(Object, Type, Object, CultureInfo)
See Also