InverseBoolConverterConvertBack Method  | 
  Converts an inverse boolean back to its original state. 
 
    Namespace: 
   butterflow_ui
    Assembly:
   butterflow-ui (in butterflow-ui.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Object ConvertBack(
	Object value,
	Type targetType,
	Object parameter,
	CultureInfo culture
)
Public Function ConvertBack ( 
	value As Object,
	targetType As Type,
	parameter As Object,
	culture As CultureInfo
) As Object
public:
virtual Object^ ConvertBack(
	Object^ value, 
	Type^ targetType, 
	Object^ parameter, 
	CultureInfo^ culture
) sealed
abstract ConvertBack : 
        value : Object * 
        targetType : Type * 
        parameter : Object * 
        culture : CultureInfo -> Object 
override ConvertBack : 
        value : Object * 
        targetType : Type * 
        parameter : Object * 
        culture : CultureInfo -> Object Parameters
- value
 - Type: SystemObject
      The value that is produced by the binding target.  - targetType
 - Type: SystemType
 The type to convert to.  - 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
IValueConverterConvertBack(Object, Type, Object, CultureInfo)
Exceptions
See Also