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: 7.3.7.0 (7.3.7.9046)
Syntax
public interface IChecksum

The IChecksum type exposes the following members.

Methods
Name Description
Public method Calculate
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