Packageardisia.components.barCode.specifications
Classpublic class Codabar
InheritanceCodabar Inheritance Object

See Wikipedia - http://en.wikipedia.org/wiki/Codabar

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.



Public Methods
 MethodDefined By
  
encodeForCodabar(data:String):String
[static] Return an encoded string of 0s and 1s for the passed data string.
Codabar
Method Detail
encodeForCodabar()method
public static function encodeForCodabar(data:String):String

Return an encoded string of 0s and 1s for the passed data string.

Parameters

data:String — the String to encode

Returns
String — a encoded String of 0s and 1s