Answers for "mvc model validation for decimal type"

0

mvc model validation for decimal type

[RegularExpression(@"^\d+\.\d{0,2}$")]
[Range(0, 9999999999999999.99)]
public decimal Property { get; set; }
Posted by: Guest on April-19-2021

Code answers related to "mvc model validation for decimal type"

Browse Popular Code Answers by Language