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

Namespace: Neodynamic.WPF
Assembly: Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll) Version: 4.0.3500.0 (4.0.3500.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