It computes the 2-digit checksum Modulus 97 used by IFA PPN 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 GetPpnChecksum(
	string code
)
Visual Basic
Public Shared Function GetPpnChecksum ( 
	code As String
) As String
Visual C++
public:
static String^ GetPpnChecksum(
	String^ code
)

Parameters

code
Type: System..::..String
An IFA PZN8 code with or without 11 prefix.

Return Value

Type: String
The 2-digit checksum Modulus 97 used by IFA PPN barcode.

See Also