AnyBooleanToVisibilityMultiConverterConvert Method

Converts to Visible if a value exists; otherwise, Collapsed.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public Object Convert(
	Object[] values,
	Type targetType,
	Object parameter,
	CultureInfo culture
)

Parameters

values  Object
Values to convert.
targetType  Type
Target type to convert.
parameter  Object
Parameter to convert.
culture  CultureInfo
Culture information reference.

Return Value

Object
Object with the value converted.

Implements

IMultiValueConverterConvert(Object, Type, Object, CultureInfo)

See Also