Skip to content

dalenewman/Vin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vin

Build status NuGet Pre Release

This is a .NET library for Vehicle Identification Numbers.

Usage

    Vin.IsValid("11111111111111111") // --> true
    Vin.GetWorldManufacturer("1J4..............") // --> Jeep
    Vin.GetModelYear(".........D.......") // --> 2013
    Vin.GetModelYear('D') // --> 2013

Notes

  • IsValid assumes 9th digit is check digit.
  • GetWorldManufacturer uses combination of data from Wikibooks and here.
  • GetModelYear assumes 10th digit is model year.

About

.NET Library for Vehicle Identification Numbers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published