.NET MVC Decimal DisplayFormat Vurrance

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