i have a boolean field in my model in mvc 4 entity framework 4.5
i want to display the field in my view
i use this call
@item.isTrue
but i got true or false,
i want to get yes when true and no when false
what should i do please?
question from:https://stackoverflow.com/questions/20338154/mvc-model-boolean-display-yes-or-no