ValueToForegroundConverter..::..ConvertBack Method
Converts a value.
Namespace:
RingSoft.DataEntryControls.WPFAssembly: RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)
Syntax
public Object ConvertBack( Object value, Type targetType, Object parameter, CultureInfo culture )
Public Function ConvertBack ( _ value As Object, _ targetType As Type, _ parameter As Object, _ culture As CultureInfo _ ) As Object
public: Object^ ConvertBack( Object^ value, Type^ targetType, Object^ parameter, CultureInfo^ culture )
Parameters
- value
- Type: Object
The value that is produced by the binding target.
- targetType
- Type: Type
The type to convert to.
- parameter
- Type: Object
The converter parameter to use.
- culture
- Type: CultureInfo
The culture to use in the converter.