CalculateCheckDigit(String) Method (ItalianPost2of5)
Calculates the check digit of Italian Post 2 of 5 barcode.
'Declaration
Public Shared Function CalculateCheckDigit( _
ByVal As String _
) As Integer
public static int CalculateCheckDigit(
string
)
public: static int CalculateCheckDigit(
string*
)
public:
static int CalculateCheckDigit(
string^
)
Parameters
- value
- The value.
Return Value
The check digit of Italian Post 2 of 5 barcode.
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5