It computes the checksum Modulus 7 used by DHL AWB barcode.
Namespace: Neodynamic.SDK.BarcodeAssembly: Neodynamic.SDK.Barcode (in Neodynamic.SDK.Barcode.dll) Version: 4.0.2000.0 (4.0.2000.0)
public static int GetDhlAwbChecksum(
string code
)
public static int GetDhlAwbChecksum(
string code
)
Public Shared Function GetDhlAwbChecksum (
code As String
) As Integer
Public Shared Function GetDhlAwbChecksum (
code As String
) As Integer
public:
static int GetDhlAwbChecksum(
String^ code
)
public:
static int GetDhlAwbChecksum(
String^ code
)
static member GetDhlAwbChecksum :
code : string -> int
static member GetDhlAwbChecksum :
code : string -> int
Return Value
Type:
Int32
The checksum Modulus 7 used by DHL AWB barcode.