Skip to main content

Avalonia.Data.Converters Namespace

Classes

BoolConvertersProvides a set of useful IValueConverters for working with bool values.
DefaultValueConverterProvides a default set of value conversions for bindings that do not specify a value converter.
FuncMultiValueConverter(TIn, TOut)A general purpose IValueConverter that uses a Func(T, TResult) to provide the converter logic.
FuncValueConverter(TIn, TOut)A general purpose IValueConverter that uses a Func(T, TResult) to provide the converter logic.
FuncValueConverter(TIn, TParam, TOut)A general purpose IValueConverter that uses a Func(T1, T2, TResult) to provide the converter logic.
ObjectConvertersProvides a set of useful IValueConverters for working with objects.
StringConvertersProvides a set of useful IValueConverters for working with string values.
StringFormatMultiValueConverterA multi-value converter which calls Format(String, Object)
StringFormatValueConverterA value converter which calls Format(String, Object)

Interfaces

IMultiValueConverterConverts multi-binding inputs to a final value.
IValueConverterConverts a binding value.