Credit Card Validator NuGet Package

This library provides an interface and class with a single boolean method that returns true if the string provided is a valid credit card number, in other words it contains only digits and the Luhn algorithm validates the checksum.

The library is a dependency of two projects: the Bank of Random Credit purchase authorizer and the Everyone is Authorized payment client.

These two libraries available in NuGet are designed to be used for software design demonstrations and course labs for unit testing and dependency injection.




Got any Credit Card Validator Question?





Info

Version: 2.0.0
Author(s): Joel Mussman
Last Update: Wednesday, February 3, 2021
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/jmussman/credit-card-validator-dotnet
NuGet Url: https://www.nuget.org/packages/WonderfulWidgets.CreditCardValidator


Install
Install-Package WonderfulWidgets.CreditCardValidator
dotnet add package WonderfulWidgets.CreditCardValidator
paket add WonderfulWidgets.CreditCardValidator
WonderfulWidgets.CreditCardValidator Download (Unzip the "nupkg" after downloading)

2 packages depend on this package.




STATS

must-have-score

2.8

avg-downloads-per-day

0

days-since-last-release

1201