dotnet-core/release-notes/2.1/Preview/api-diff/preview2/2.1-preview2_System.ComponentModel.DataAnnotations.md
2018-04-10 17:24:20 -07:00

304 B

System.ComponentModel.DataAnnotations

 namespace System.ComponentModel.DataAnnotations {
     public class RangeAttribute : ValidationAttribute {
+        public bool ConvertValueInInvariantCulture { get; set; }
+        public bool ParseLimitsInInvariantCulture { get; set; }
     }
 }