It computes the two-char checksum Modulus 47 used by Code 93 barcode.

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)

Syntax

C#
public static string GetCode93Checksum(
	string code
)
Visual Basic
Public Shared Function GetCode93Checksum ( 
	code As String
) As String
Visual C++
public:
static String^ GetCode93Checksum(
	String^ code
)

Parameters

code
Type: System..::..String
The Code 93 value.

Return Value

Type: String
The two-char checksum Modulus 47 used by Code 93 barcode.

See Also