Closed ma-majumder closed 8 years ago
Hi @ma-majumder. This project read-only. If you are interested in getting this fixed, please see how to contribute at https://github.com/dotnet/corefx/blob/master/src/System.ComponentModel.Annotations/src/System/ComponentModel/DataAnnotations/CreditCardAttribute.cs. The relevant source there is located at: https://github.com/dotnet/corefx/blob/master/src/System.ComponentModel.Annotations/src/System/ComponentModel/DataAnnotations/CreditCardAttribute.cs
string ccValue = Convert.ToString(value); This above line change to support numeric(Int64/long) DataType