VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode Namespace / ISO7064 Class / CalculateMod37_2(String) Method
Syntax Requirements SeeAlso
In This Topic
CalculateMod37_2(String) Method (ISO7064)
In This Topic
Calculates ISO 7064 Mod 37-2 checksum.
Syntax
'Declaration

Public Shared Function CalculateMod37_2( _
ByVal text
The text co calculate check sum.
As String _
) As Integer
public static int CalculateMod37_2(
string text
)

Parameters

text
The text co calculate check sum.

Return Value

Checksum, which is calculated by ISO 7064 Mod 37-2 algorithm.
Requirements

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

See Also