.NET MVC Decimal DisplayFormat -Währung

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