It computes the checksum Modulus 10 used by many barcode symbologies.

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

Syntax

C#
public static int GetModulus10Checksum(
	string code
)
Visual Basic
Public Shared Function GetModulus10Checksum ( _
	code As String _
) As Integer
Visual C++
public:
static int GetModulus10Checksum(
	String^ code
)

Parameters

code
Type: System..::..String
The code where the checksum will be computed on.

Return Value

The checksum Modulus 10.

See Also