BCKEAN13Code Class Reference
| Inherits from | BCKGTINCode : BCKCode : NSObject |
| Conforms to | BCKCoding |
| Declared in | BCKEAN13Code.h |
Overview
Specialized subclass of BCKCode to represent an EAN-13 barcode. Serves as the base class for BCKISBNCode and BCKISSNCode.
Instance Methods
generateEAN13CheckDigit:
Generate the EAN13 check digit for the characterstring.
- (NSString *)generateEAN13CheckDigit:(NSString *)characterStringParameters
- characterString
The EAN13 string without the EAN13 check digit.
Return Value
An NSString containing the characterString and its EAN13 check digit.
Declared In
BCKEAN13Code.h