ImageConverter.ConvertBack Method (Object, Type, Object, CultureInfo)
Converts a binding target value to the source binding values.
Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public object ConvertBack(
object value,
Type targetType,
object parameter,
CultureInfo culture
)
public:
virtual Object^ ConvertBack(
Object^ value,
Type^ targetType,
Object^ parameter,
CultureInfo^ culture
) sealed
Public Function ConvertBack (
value As Object,
targetType As Type,
parameter As Object,
culture As CultureInfo
) As Object
Parameters
value
Type: System.ObjectThe value that the binding target produces.
targetType
Type: System.TypeThe type to convert to.
parameter
Type: System.ObjectThe converter parameter to use.
culture
Type: System.Globalization.CultureInfohe culture to use in the converter.
Return Value
Type: System.Object
A value that has been converted from the target value back to the source value.
Implements
IValueConverter.ConvertBack(Object, Type, Object, CultureInfo)
See Also
ImageConverter Class
Microsoft.WindowsServerSolutions.Controls Namespace
Return to top