BarcodeUtils GetDhlAwbChecksum Method Neodynamic Barcode Professional SDK for .NET Class Reference
It computes the checksum Modulus 7 used by DHL AWB barcode.

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 GetDhlAwbChecksum(
	string code
)

Return Value

Type: OnlineInt32
The checksum Modulus 7 used by DHL AWB barcode.
See Also