Click or drag to resize

InverseBoolConverterConvert Method

Converts a boolean to its inverse.

Namespace:  butterflow_ui
Assembly:  butterflow-ui (in butterflow-ui.exe) Version: 1.0.5.43134 (1.0.0.0)
Syntax
C#
public Object Convert(
	Object value,
	Type targetType,
	Object parameter,
	CultureInfo culture
)

Parameters

value
Type: SystemObject
The value produced by the binding source.
targetType
Type: SystemType
The type of the binding target property.
parameter
Type: SystemObject
The converter parameter to use.
culture
Type: System.GlobalizationCultureInfo
The culture to use in the converter.

Return Value

Type: Object
A converted value. If the method returns , the valid null value is used.

Implements

IValueConverterConvert(Object, Type, Object, CultureInfo)
Exceptions
ExceptionCondition
InvalidCastException Thrown when an object cannot be cast to a required type.
See Also