Skip to main content

ObjectConverters Class

Provides a set of useful IValueConverters for working with objects.

Definition

Namespace: Avalonia.Data.Converters
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public static class ObjectConverters
View Source
InheritanceObject → ObjectConverters

Fields

EqualA value converter that returns true if the input object is equal to a parameter object.
IsNotNullA value converter that returns true if the input object is not null.
IsNullA value converter that returns true if the input object is a null reference.
NotEqualA value converter that returns true if the input object is not equal to a parameter object.

See Also

Reference

Avalonia.Data.Converters Namespace