Methods

  • Returns void

  • 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.

    Returns Uint8Array

  • Returns void

  • 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.

    Returns number