VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode.SymbologySubsets Namespace / ItalianPost2of5 Class / CalculateCheckDigit(String) Method
Syntax Requirements SeeAlso
In This Topic
    CalculateCheckDigit(String) Method (ItalianPost2of5)
    In This Topic
    Calculates the check digit of Italian Post 2 of 5 barcode.
    Syntax
    'Declaration
    
    Public Shared Function CalculateCheckDigit( _
    ByVal value
    The value.
    As String _
    ) As Integer
    public static int CalculateCheckDigit(
    string value
    )
    public: static int CalculateCheckDigit(
    string* value
    )
    public:
    static int CalculateCheckDigit(
    string^ value
    )

    Parameters

    value
    The value.

    Return Value

    The check digit of Italian Post 2 of 5 barcode.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also