Skip to content

Commit ecd08a7

Browse files
Add back "if you don't need to convert back"
This is a partial rollback of #746 to restore the description in line 149 about "if you don't need to convert back". This is because FuncValueConverter is not yet able to convert back. However, the remaining changes added in #746 are true and should be retained.
1 parent a39b108 commit ecd08a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/data-binding/how-to-create-a-custom-data-binding-converter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public class AnimalConverter : IValueConverter
146146

147147
## FuncValueConverter and FuncMultiConverter
148148

149-
You can also implement a `FuncValueConverter`. The FuncValueConverter has two or three generic parameters:
149+
You can also implement a `FuncValueConverter` if you don't need to convert back. The FuncValueConverter has two or three generic parameters:
150150

151151
* **TIn**: This parameter defines the expected input type. This can also be an array in case you want to use this converter in a MultiBinding.
152152

0 commit comments

Comments
 (0)