Click or drag to resize

IChecksum Interface

Interface to calculate checksums on barcode data.

Namespace:  Spire.Barcode
Assembly:  Spire.Barcode (in Spire.Barcode.dll) Version: 5.9.4.0 (5.9.4.9040)
Syntax
public interface IChecksum

The IChecksum type exposes the following members.

Methods
  NameDescription
Public methodCalculate
Calculates the checksum of a string of data.
Top
Remarks
Classes that calculate checksums on barcode data should implement this interface. It makes for a pluggable checksum architecture.
See Also