Click or drag to resize

IChecksum Calculate Method

Calculates the checksum of a string of data.

Namespace: Spire.Barcode
Assembly: Spire.Barcode (in Spire.Barcode.dll) Version: 7.3.7.0 (7.3.7.9046)
Syntax
string Calculate(
	string data
)

Parameters

data
Type: System String
The data to calculate the checksum for.

Return Value

Type: String
The calculated checksum.
See Also