BoolToVisibilityConverterConvertBack 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 convert.
targetType
Type: SystemType
Target type for conversion.
parameter
Type: SystemObject
Conversion parameter.
culture
Type: System.GlobalizationCultureInfo
Conversion culture (ignored).

Return Value

Type: Object
Back-converted value.

Implements

IValueConverterConvertBack(Object, Type, Object, CultureInfo)
Exceptions

ExceptionCondition
NotSupportedExceptionIf the targetType is not bool or targetType is null.
NullReferenceExceptionIf value is null.
See Also

Reference