It computes the checksum Modulus 43 used by Code 39 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 GetCode39Checksum( string code ) |
Visual Basic |
---|
Public Shared Function GetCode39Checksum ( code As String ) As String |
Parameters
- code
- Type: System..::..String
The Code 39 value.
Return Value
Type: StringThe checksum Modulus 43 used by Code 39 barcode.