It computes the checksum Modulus 7 used by DHL AWB barcode.

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 GetDhlAwbChecksum(
	string code
)
Visual Basic
Public Shared Function GetDhlAwbChecksum ( 
	code As String
) As Integer

Parameters

code
Type: System..::..String
A DHL AWB 9-digit code.

Return Value

Type: Int32
The checksum Modulus 7 used by DHL AWB barcode.

See Also