BarcodeUtils GetModulus10Checksum Method Neodynamic Barcode Professional SDK for .NET Class Reference
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: 5.0.2000.0 (5.0.2016.0)
Syntax

public static int GetModulus10Checksum(
	string code
)

Parameters

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

Return Value

Type: OnlineInt32
The checksum Modulus 10.
See Also