I want to display the phone number like this (999) 999-9999 I thought the css class would do this but it doesn't
<td>@Html.Encode(Model.PhoneModel.PhoneNumber)</td>.
I tried this, but it doesn't work
@String.Format("{0:(###) ###-####}",Model.PhoneModel.PhoneNumber.ToString())