Convert the check code to an array of two bytes.
The bytes can be converted to a more user-friendly representation. The [CheckCode::to_digit] converts the bytes to a two-digit number.
CheckCode::to_digit
Convert the check code to two base-10 numbers.
The number should be displayed with a leading 0 in case the first digit is a 0.
Convert the check code to an array of two bytes.
The bytes can be converted to a more user-friendly representation. The [
CheckCode::to_digit] converts the bytes to a two-digit number.