Just wondering what people think is the best practice when implementing an IValueConverter which does not have a meaningfull ConvertBack implementation (or one that is only to be used as OneWay)?
Should it throw (and in that case what exception), return null or return some default value.
Thoughts?
The documentation for
IValueConverter.ConvertBackrecommends returningDependencyProperty.UnsetValue.