Gets the number of characters in the recognized checksum.
Syntax
Public ReadOnly Property NumberCheckSumChars As Integer
Dim instance As Result
Dim value As Integer
value = instance.NumberCheckSumChars
public int NumberCheckSumChars {get;}
public:
property int NumberCheckSumChars {
int get();
}
Property Value
A long which represents the number of characters.
See Also