Hi,
I have the following view model
public class PaymentLimitsViewModel
{
[Required]
[Display(Name ="Minimum Amount")]
public decimal MinimumAmount { get; set; }
[Required]
[Display(Name = "Maximum Amount")]
public decimal MaximumAmount { get; set; }
}
Is it possible to annotate those fields with the "C" (currency) formatting so that when the auto generator displays the field it uses a currency form