标签: asp.net-mvc decimal
我在ASP.NET中的模型中有这个字段
public decimal myValue { get; set; }
我需要它接受最多6个小数位,但表单验证器只接受2个位置。
我该如何解决?