.NET MVC decimal DisplayFormat Moneda

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