It computes the Modulus 11 checksum used by Deutsche Post Code 128 Identcode

Namespace: Neodynamic.WPF
Assembly: 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: Int32
The checksum for a valid 8-digit Deutsche Post Ident code.

See Also