BCKGTINSupplementCodeCharacter Class Reference
Inherits from | BCKCodeCharacter : NSObject |
Declared in | BCKGTINSupplementCodeCharacter.h |
Class Methods
codeCharacterForDigit:encoding:
Generates a code character to represent a EAN-2/5 Supplement digit with a specific BCKGTINSupplementalCodeCharacterEncoding.
+ (BCKGTINSupplementCodeCharacter *)codeCharacterForDigit:(NSUInteger)digit encoding:(BCKGTINSupplementCodeCharacterEncoding)encoding
Parameters
- digit
The digit to encode.
- encoding
The BCKGTINSupplementalCodeCharacterEncoding to use.
Return Value
The digit code character.
Declared In
BCKGTINSupplementCodeCharacter.h