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: 4.0.3500.0 (4.0.3500.0)
Syntax
C# |
---|
public static string GetAustraliaPost4StateBarcodeChecksum(
string code
) |
Visual Basic |
---|
Public Shared Function GetAustraliaPost4StateBarcodeChecksum ( _
code As String _
) As String |
Visual C++ |
---|
public:
static String^ GetAustraliaPost4StateBarcodeChecksum(
String^ code
) |
Return Value
The checksum (Reed Solomon codewords) for an Australia Post 4 State code.
See Also