Links

Avalonia.Data.Converters

Avalonia.Data.Converters Namespace

Class Types

Class
Summary
Provides a set of useful IValueConverters for working with string values.
Provides a default set of value conversions for bindings that do not specify a value converter.
A general purpose IValueConverter that uses a Func to provide the converter logic.
A general purpose IValueConverter that uses a Func to provide the converter logic.
Provides a set of useful IValueConverters for working with objects.
Provides a set of useful IValueConverters for working with string values.
A multi-value converter which calls System.String.Format(System.String,System.Object)
A value converter which calls System.String.Format(System.String,System.Object)

Interface Types

Interface
Summary
Converts multi-binding inputs to a final value.
Converts a binding value.