Package | ardisia.components.barCode.specifications |
Class | public class Codabar |
Inheritance | Codabar Object |
Older standard that typically only represents numeric data, but can represent a few letters and symbols, but the standard doesn't represent non-numeric data in the body.
Because Codabar is self-checking, most standards do not define a check digit. Feel free to add one though.
Be sure to use a letter to mark the beginning and the end. Starting with the letter A and ending with B works well with most barcode readers.
Method | Defined By | ||
---|---|---|---|
encodeForCodabar(data:String):String [static]
Return an encoded string of 0s and 1s for the passed data string. | Codabar |