Table of Contents

Class ObjectConverters

Namespace
Avalonia.Data.Converters
Assembly
Avalonia.Base.dll

Provides a set of useful IValueConverters for working with objects.

public static class ObjectConverters
Inheritance
ObjectConverters
Inherited Members

Fields

Equal

A value converter that returns true if the input object is equal to a parameter object.

public static readonly IValueConverter Equal

Field Value

IValueConverter

IsNotNull

A value converter that returns true if the input object is not null.

public static readonly IValueConverter IsNotNull

Field Value

IValueConverter

IsNull

A value converter that returns true if the input object is a null reference.

public static readonly IValueConverter IsNull

Field Value

IValueConverter

NotEqual

A value converter that returns true if the input object is not equal to a parameter object.

public static readonly IValueConverter NotEqual

Field Value

IValueConverter