チェックデジット関数 |
These functions return a check digit as a string value.A check digit is an extra character appended to the end of a barcode whose value is derived from the values of the previous characters in the barcode.Each of these check digit functions use a different algorithm to determine the check digit value.
Name |
説明 |
---|---|
Returns a Code 3 of 9 Mod 43 check digit. |
|
Returns a Codabar Mod 16 check digit. |
|
Returns a Deutsche Post Mod 10 check digit for Leitcode and Identcode barcodes. |
|
Returns a Full ASCII Code 3 of 9 check digit. |
|
Returns an ISBT Numeric Pair check digit. |
|
Returns an IS0 7064 11,10 check digit. |
|
Returns an ISO 7064 11,2 check digit. |
|
Returns an ISO 7064 1271,36 check digit. |
|
Returns an IS0 7064 27,26 check digit. |
|
Returns an ISO 7064 37,2 check digit. |
|
Returns an ISO 7064 37,36 check digit. |
|
Returns an ISO 7064 661,26 check digit. |
|
Returns an ISO 7064 97,10 check digit. |
|
Returns a Luhn Mod 10 check digit. |
|
Returns an MSI Plessey Mod 10 check digit. |
|
Returns an MSI Plessey Mod 10 Mod 10 check digit. |
|
Returns an MSI Plessey Mod 11 Mod 10 check digit. |
|
Returns a OPC Mod 10 check digit. |
|
Returns a PZN Mod 11 check digit.The '*' character will be returned if the PZN is invalid. |
|
Returns a UCC Mod 10 check digit. |
|
Returns a Unison Mod 10 check digit. |
|
Returns a UPS Mod 10 check digit. |
関連トピック