BarcodeUtils GetDeutschePostModulus11Checksum Method Neodynamic Barcode Professional SDK for .NET Class Reference
It computes the Modulus 11 checksum used by Deutsche Post Code 128 Identcode

Namespace: Neodynamic.SDK.Barcode
Assembly: Neodynamic.SDK.Barcode (in Neodynamic.SDK.Barcode.dll) Version: 4.0.2000.0 (4.0.2000.0)
Syntax

public static int GetDeutschePostModulus11Checksum(
	string code
)

Parameters

code
Type: OnlineSystem String
A valid 8-digit Deutsche Post Ident code.

Return Value

Type: OnlineInt32
The checksum for a valid 8-digit Deutsche Post Ident code.
See Also