It computes the checksum Modulus 7 used by DHL AWB barcode.
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
Syntax
C# |
---|
public static int GetDhlAwbChecksum( string code ) |
Visual Basic |
---|
Public Shared Function GetDhlAwbChecksum ( code As String ) As Integer |
Visual C++ |
---|
public: static int GetDhlAwbChecksum( String^ code ) |
Parameters
- code
- Type: System..::..String
A DHL AWB 9-digit code.
Return Value
Type: Int32The checksum Modulus 7 used by DHL AWB barcode.