It computes the checksum Modulus 43 used by Code 39 barcode.
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
Syntax
C# |
---|
public static string GetCode39Checksum( string code ) |
Visual Basic |
---|
Public Shared Function GetCode39Checksum ( code As String ) As String |
Visual C++ |
---|
public: static String^ GetCode39Checksum( String^ code ) |
Parameters
- code
- Type: System..::..String
The Code 39 value.
Return Value
Type: StringThe checksum Modulus 43 used by Code 39 barcode.