BooleanToVisibilityConverter.Convert Method
Converts a Boolean value to a Visibility enumeration value.
Assembly: PresentationFramework (in PresentationFramework.dll)
public Object Convert(
Object value,
Type targetType,
Object parameter,
CultureInfo culture
)
Parameters
- value
- Type: System.Object
The Boolean value to convert. This value can be a standard Boolean value or a nullable Boolean value.
- targetType
- Type: System.Type
This parameter is not used.
- parameter
- Type: System.Object
This parameter is not used.
- culture
- Type: System.Globalization.CultureInfo
This parameter is not used.
Return Value
Type: System.ObjectVisibility.Visible if value is true; otherwise, Visibility.Collapsed.
Implements
IValueConverter.Convert(Object, Type, Object, CultureInfo)Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.