Avalonia.Data.Converters Namespace

 

Classes

BoolConverters Provides a set of useful IValueConverters for working with bool values.
DefaultValueConverter Provides a default set of value conversions for bindings that do not specify a value converter.
FuncMultiValueConverterTIn, TOut A general purpose IValueConverter that uses a FuncT, TResult to provide the converter logic.
FuncValueConverterTIn, TOut A general purpose IValueConverter that uses a FuncT, TResult to provide the converter logic.
FuncValueConverterTIn, TParam, TOut A general purpose IValueConverter that uses a FuncT1, T2, TResult to provide the converter logic.
ObjectConverters Provides a set of useful IValueConverters for working with objects.
StringConverters Provides a set of useful IValueConverters for working with string values.
StringFormatMultiValueConverter A multi-value converter which calls Format(String, Object)
StringFormatValueConverter A value converter which calls Format(String, Object)

Interfaces

IMultiValueConverter Converts multi-binding inputs to a final value.
IValueConverter Converts a binding value.