.NET MVC Decimal DisplayFormat Currency

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