ObjectConverters Class

Provides a set of useful IValueConverters for working with objects.

Definition

Namespace: Avalonia.Data.Converters
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static class ObjectConverters
Inheritance
Object    ObjectConverters

Fields

Equal A value converter that returns true if the input object is equal to a parameter object.
IsNotNull A value converter that returns true if the input object is not null.
IsNull A value converter that returns true if the input object is a null reference.
NotEqual A value converter that returns true if the input object is not equal to a parameter object.

See Also