Partager via


NullOrEmptyToBooleanConverter Class

The NullOrEmptyToBooleanConverter converts nullor empty values to boolean values.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Converters
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Class NullOrEmptyToBooleanConverter _
    Implements IValueConverter
public class NullOrEmptyToBooleanConverter : IValueConverter
public ref class NullOrEmptyToBooleanConverter : IValueConverter
public class NullOrEmptyToBooleanConverter implements IValueConverter

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Converters.NullOrEmptyToBooleanConverter

See Also

NullOrEmptyToBooleanConverter Members

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Converters Namespace