It computes the checksum Modulus 10 used by many barcode symbologies.
Namespace: Neodynamic.SDK.BarcodeAssembly: Neodynamic.SDK.Barcode (in Neodynamic.SDK.Barcode.dll) Version: 5.0.2000.0 (5.0.2016.0)
public static int GetModulus10Checksum(
string code
)
public static int GetModulus10Checksum(
string code
)
Public Shared Function GetModulus10Checksum (
code As String
) As Integer
Public Shared Function GetModulus10Checksum (
code As String
) As Integer
public:
static int GetModulus10Checksum(
String^ code
)
public:
static int GetModulus10Checksum(
String^ code
)
static member GetModulus10Checksum :
code : string -> int
static member GetModulus10Checksum :
code : string -> int
Parameters
- code
- Type:
System String
The code where the checksum will be computed on.
Return Value
Type:
Int32
The checksum Modulus 10.