BoolInversionConverterConvertBack Method

CVB.Net Documentation
Inverse conversion.

Namespace:  Stemmer.Cvb.Wpf.Converters
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

public Object ConvertBack(
	Object value,
	Type targetType,
	Object parameter,
	CultureInfo culture
)

Parameters

value
Type: SystemObject
Value to be converted.
targetType
Type: SystemType
Target type for conversion.
parameter
Type: SystemObject
Conversion parameter (ignored).
culture
Type: System.GlobalizationCultureInfo
Culture parameter (ignored).

Return Value

Type: Object
Converted value.

Implements

IValueConverterConvertBack(Object, Type, Object, CultureInfo)
Exceptions

ExceptionCondition
NotSupportedExceptionWhen trying to convert to any target type other than Boolean or when parameter is null.
NullReferenceExceptionIf value is null.
See Also

Reference