 | Damm.CalculateCheckSum Method |
Calculates the Damm checksum digit for a string of numeric characters.
Namespace: Orthogonal.Common.BasicAssembly: Orthogonal.Common.Basic (in Orthogonal.Common.Basic.dll) Version: 2025-03-15 14:42 GMT+11
Syntaxpublic static int CalculateCheckSum(
string number
)
Parameters
- number String
- The input string of numeric characters.
Return Value
Int32A check digit in the range 0-9.
See Also