Packageardisia.components.barCode.specifications
Classpublic class Msi
InheritanceMsi Inheritance Object

Modified Plessey ("MSI"); see http://en.wikipedia.org/wiki/MSI_Barcode

Numeric only, very simple barcode.

This implementation does generate the optional check digit. Feel free to add



Public Methods
 MethodDefined By
  
encodeForMSI(data:String):String
[static] Encodes a string for the MSI specification.
Msi
Method Detail
encodeForMSI()method
public static function encodeForMSI(data:String):String

Encodes a string for the MSI specification.

Parameters

data:String — the string to encode

Returns
String — a String of encoded data