BarcodeUtils GetPpnChecksum Method Neodynamic Barcode Professional SDK for .NET Class Reference
It computes the 2-digit checksum Modulus 97 used by IFA PPN barcode.

Namespace: Neodynamic.SDK.Barcode
Assembly: Neodynamic.SDK.Barcode (in Neodynamic.SDK.Barcode.dll) Version: 5.0.2000.0 (5.0.2016.0)
Syntax

public static string GetPpnChecksum(
	string code
)

Parameters

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

Return Value

Type: OnlineString
The 2-digit checksum Modulus 97 used by IFA PPN barcode.
See Also