.NET MVC Decimal DisplayFormat Moeda

[DataType(DataType.Currency)]
public float? Cost{ get; set; }
Gingersnap