ObjectConverters Class

Summary

Provides a set of useful IValueConverters for working with objects.
Namespace
Avalonia.Data.Converters
Base Types
  • object
graph BT Type-->Base0["object"] Type["ObjectConverters"] class Type type-node

Syntax

public static class ObjectConverters

Fields

Name Constant Value Summary
IsNotNull
A value converter that returns true if the input object is not null.
static
IsNull
A value converter that returns true if the input object is a null reference.
static