It computes the checksum (Reed Solomon codewords) for an Australia Post 4 State code.

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 GetAustraliaPost4StateBarcodeChecksum(
	string code
)
Visual Basic
Public Shared Function GetAustraliaPost4StateBarcodeChecksum ( 
	code As String
) As String

Parameters

code
Type: System..::..String
An Australia Post 4 State code.

Return Value

Type: String
The checksum (Reed Solomon codewords) for an Australia Post 4 State code.

See Also