It computes the Modulus 11 checksum used by Deutsche Post Code 128 Identcode
Namespace: Neodynamic.WPFAssembly: Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll) Version: 5.0.3500.0 (5.0.3500.0)
Syntax
C# |
---|
public static int GetDeutschePostModulus11Checksum( string code ) |
Visual Basic |
---|
Public Shared Function GetDeutschePostModulus11Checksum ( code As String ) As Integer |
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.