It computes the Modulus 11 checksum used by Deutsche Post Code 128 Identcode
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
Syntax
| C# |
|---|
public static int GetDeutschePostModulus11Checksum( string code ) |
| Visual Basic |
|---|
Public Shared Function GetDeutschePostModulus11Checksum ( code As String ) As Integer |
| Visual C++ |
|---|
public: static int GetDeutschePostModulus11Checksum( String^ code ) |
Parameters
- code
- Type: System..::..String
A valid 8-digit Deutsche Post Ident code.
Return Value
Type: Int32The checksum for a valid 8-digit Deutsche Post Ident code.