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

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

Parameters

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

Return Value

Type: Int32
The checksum Modulus 10.

See Also