How To Convert Boolean
To Yes/No Via AttributeConverter
Description: This application is an example of converting a Boolean
to Yes/No strings via AttributeConverter
. This kind of conversions are needed when we deal with legacy databases that connot be changed. In this case, the legacy database stores the booleans as Yes/No.
Key points:
- implement a custom converter via
AttributeConverter