Partager via


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.Object

    The value that the binding target produces.

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