Converts a value from a binding target for writing to a binding source.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public Object ConvertBack(
	Object value,
	Type targetType,
	Object parameter,
	CultureInfo culture
)
Visual Basic
Public Function ConvertBack ( _
	value As Object, _
	targetType As Type, _
	parameter As Object, _
	culture As CultureInfo _
) As Object
Visual C++
public:
virtual Object^ ConvertBack(
	Object^ value, 
	Type^ targetType, 
	Object^ parameter, 
	CultureInfo^ culture
) sealed

Parameters

value
Type: System..::..Object
The value produced by the binding target.
targetType
Type: System..::..Type
The type to convert to.
parameter
Type: System..::..Object
The converter parameter to use.
culture
Type: System.Globalization..::..CultureInfo
The culture to use in the conversion.

Return Value

This conversion direction is not implemented by this converter.

Implements

IValueConverter..::..ConvertBack(Object, Type, Object, CultureInfo)

See Also