It computes the 2-digit checksum Modulus 97 used by IFA PPN barcode.

Namespace: Neodynamic.WPF
Assembly: Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll) Version: 5.0.3500.0 (5.0.3500.0)

Syntax

C#
public static string GetPpnChecksum(
	string code
)
Visual Basic
Public Shared Function GetPpnChecksum ( 
	code As String
) As String

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