Property | Type | Description | |
---|---|---|---|
determineNumSysAndCheckDigit | bool |
Method | Description | |
---|---|---|
UPCEReader ( ) : System |
Initializes a new instance of the UPCEReader class.
|
|
convertUPCEtoUPCA ( String upce ) : String |
Expands a UPC-E value back into its full, equivalent UPC-A code value. UPC-E code as string of digits
|
Method | Description | |
---|---|---|
checkChecksum ( String s ) : bool |
|
|
decodeEnd ( |
Decodes the end.
|
|
decodeMiddle ( |
Decodes the middle.
|
Method | Description | |
---|---|---|
determineNumSysAndCheckDigit ( StringBuilder resultString, int lgPatternFound ) : bool |
Determines the num sys and check digit.
|
public static convertUPCEtoUPCA ( String upce ) : String | ||
upce | String | |
return | String |
protected decodeEnd ( |
||
row | The row. | |
endStart | int | The end start. |
return | int[] |
protected decodeMiddle ( |
||
row | The row. | |
startRange | int | The start range. |
result | StringBuilder | The result. |
return | int |