Click here to Skip to main content
Click here to Skip to main content

How to Generate Check Digits and verify your barcodes

By , 28 Sep 2006
 
Prize winner in Competition "VB.NET Jan 2006"

Sample Image - BarcodeCheckDigAndVerify.png

Introduction

This only does 12 digit barcodes for now. if your interested in how this works go to
www.howstuffworks.com/upc.htm whichi is where I got most of my information. I just thought it would be nice to have a quick function to do the math for me and figured I should share ;)

a basic summary goes something like this:

To figure out what the chekdigit is suposed to be add together all of the odd digits and multiply by 3, then add all the even digits and add to the last result. Then find the number that when added to that makes it evenly divisible by to (10-(total mod 10))

To make sure a barcode is valid just do the same math but at the end say (total mod 10)==0

Its fairly basic but seems a little backwards on a string since they are zero based arrays. You just swap evens for odds

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

Polymorpher
Software Developer (Senior) www.ruskin.com
United States United States
Member
PC Programmer/Analyst

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
Question<ask> how to generate barcode using UPC-Amemberyutahiga3 Mar '10 - 13:53 
i want to develope barcode application using UPC-A & vb.net but i confuse how to start.
is there any component or code to solve my problem?
thanks for the help.
AnswerRe: how to generate barcode using UPC-AmemberPolymorpher3 Mar '10 - 14:00 
I would recomend Zen...its a free open source framework for barcodes.
 
--
"Keyboard not found. Press &lt; F1 &gt; to RESUME. "
Source unknown (appears in many common BIOSes as a real error message)

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Permalink | Advertise | Privacy | Mobile
Web03 | 2.6.130523.1 | Last Updated 28 Sep 2006
Article Copyright 2006 by Polymorpher
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid