datatype.currency type in c# model annotation inr code example
Example: .net mvc decimal displayformat currency
[DataType(DataType.Currency)]
public float? Cost{ get; set; }
[DataType(DataType.Currency)]
public float? Cost{ get; set; }