It computes the checksum (Reed Solomon codewords) for an Australia Post 4 State code.
Namespace: Neodynamic.WPFAssembly: 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: StringThe checksum (Reed Solomon codewords) for an Australia Post 4 State code.