Classes
-
Bool
Converters static Provides a set of useful IValueConverters for working with string values. -
Default
Value Provides a default set of value conversions for bindings that do not specify a value converter.Converter -
Func
Multi A general purpose IValueConverter that uses a Func`2 to provide the converter logic.Value Converter`2 -
Func
Value A general purpose IValueConverter that uses a Func`2 to provide the converter logic.Converter`2 -
Object
Converters static Provides a set of useful IValueConverters for working with objects. -
String
Converters static Provides a set of useful IValueConverters for working with string values. -
String
Format A value converter which calls Format(System.String, System.Object)Value Converter
Interfaces
-
IMulti
Value Converts multi-binding inputs to a final value.Converter -
IValue
Converter Converts a binding value.