Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. 
- targetType 
 Type: System.Type- The type to convert to. 
- parameter 
 Type: System.Object- The converter parameter to use. 
- culture 
 Type: System.Globalization.CultureInfo- he 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