BooleanToVisibilityConverterReversedConvert Method  | 
 Converts a value. 
 
    Namespace: 
   Hummingbird.UI.Converters
    Assembly:
   Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntaxpublic Object Convert(
	Object value,
	Type targetType,
	Object parameter,
	CultureInfo culture
)
Public Function Convert ( 
	value As Object,
	targetType As Type,
	parameter As Object,
	culture As CultureInfo
) As Object
public:
virtual Object^ Convert(
	Object^ value, 
	Type^ targetType, 
	Object^ parameter, 
	CultureInfo^ culture
) sealed
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: 
ObjectA converted value. If the method returns null, the valid null value is used.
Implements
IValueConverterConvert(Object, Type, Object, CultureInfo)
See Also