class UPCUtils
package com.feathersui.barcodes.utils
Utility functions for UPC barcodes.
Available since
feathersui-barcodes-pack 1.0.0
.See also:
com.feathersui.barcodes.UPCCBarcode
Static methods
staticcalculateChecksum(productType:String, manufacturerCode:String, productCode:String):String
Calculates th check digit of a UPC-A barcode.
Available since
feathersui-barcodes-pack 1.0.0
.