  | ValueConverterBaseConvertBack Method  | 
            Modifies the target data before passing it to the source object.  This method is called only in 
TwoWay bindings.
            
 
Namespace: Cimbalino.Toolkit.ConvertersAssembly: Cimbalino.Toolkit (in Cimbalino.Toolkit.dll) Version: 2.2.1.0 (2.2.1.0)
Syntaxpublic abstract Object ConvertBack(
	Object value,
	Type targetType,
	Object parameter,
	CultureInfo culture
)
Parameters
- value
 - Type: SystemObject
The target data being passed to the source. - targetType
 - Type: SystemType
The Type of data expected by the source object. - parameter
 - Type: SystemObject
An optional parameter to be used in the converter logic. - culture
 - Type: System.GlobalizationCultureInfo
The culture of the conversion. 
Return Value
Type: 
ObjectThe value to be passed to the source object.
Version InformationWindows
Supported in: 10.0, 8.1
Windows Phone
Supported in: 8.1
Windows Phone Silverlight
Supported in: 8.1, 8.0
See Also