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
IsNotNull
A value converter that returns true if the input object is not null.
public static readonly IValueConverter IsNotNull
Field Value
IsNull
A value converter that returns true if the input object is a null reference.
public static readonly IValueConverter IsNull
Field Value
NotEqual
A value converter that returns true if the input object is not equal to a parameter object.
public static readonly IValueConverter NotEqual