microsoft / referencesource

Source from the Microsoft .NET Reference Source that represent a subset of the .NET Framework
https://referencesource.microsoft.com/
MIT License
3.18k stars 1.28k forks source link

Update CreditCardAttribute.cs #21

Closed ma-majumder closed 8 years ago

ma-majumder commented 8 years ago

string ccValue = Convert.ToString(value); This above line change to support numeric(Int64/long) DataType

twsouthwick commented 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