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

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)

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

Type: Int32
The checksum Modulus 10.

See Also