Share via


IsNotNullConverter Class

Definition

The IsNotNullConverter is responsible for converting a value into a boolean indicting whether the value is not null.

public ref class IsNotNullConverter : System::Windows::Data::IValueConverter
public class IsNotNullConverter : System.Windows.Data.IValueConverter
type IsNotNullConverter = class
    interface IValueConverter
Public Class IsNotNullConverter
Implements IValueConverter
Inheritance
IsNotNullConverter
Implements

Constructors

IsNotNullConverter()

Methods

Convert(Object, Type, Object, CultureInfo)

Determines if value is not null.

ConvertBack(Object, Type, Object, CultureInfo)

This method is not used.

Applies to