14 de junho de 2014

MVC Format Currency

<td class="TableGenericCell"
                                            colspan="4">
                                                @(Model.Saldo != null ? String.Format("{0:C}", Model.Saldo) : string.Empty)
                                        </td>

Sem comentários:

LinkWithin

Related Posts with Thumbnails