It computes the two-char checksum Modulus 47 used by Code 93 barcode.
Namespace: Neodynamic.WPFAssembly: Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll) Version: 5.0.3500.0 (5.0.3500.0)
Syntax
C# |
---|
public static string GetCode93Checksum( string code ) |
Visual Basic |
---|
Public Shared Function GetCode93Checksum ( code As String ) As String |
Parameters
- code
- Type: System..::..String
The Code 93 value.
Return Value
Type: StringThe two-char checksum Modulus 47 used by Code 93 barcode.