Class | Summary |
---|---|
BoolConverters | Provides a set of useful IValueConverter s for working with string values. |
DefaultValueConverter | Provides 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 to provide the converter logic. |
FuncValueConverter<TIn,TOut> | A general purpose IValueConverter that uses a Func to provide the converter logic. |
ObjectConverters | Provides a set of useful IValueConverter s for working with objects. |
StringConverters | Provides a set of useful IValueConverter s for working with string values. |
StringFormatMultiValueConverter | A multi-value converter which calls System.String.Format(System.String,System.Object) |
StringFormatValueConverter | A value converter which calls System.String.Format(System.String,System.Object) |
Interface | Summary |
---|---|
IMultiValueConverter | Converts multi-binding inputs to a final value. |
IValueConverter | Converts a binding value. |