Share via


Bank_US.checkBankRegNum Method [AX 2012]

Validates that the routing number contains only digits, is nine characters long, and that the check digit, which is the ninth digit, matches the check digit calculation.

Syntax

public boolean checkBankRegNum(BankRegNum _registrationNum, BankCodeType _bankCodeType)

Run On

Called

Parameters

Return Value

Type: boolean
true if the routing number is valid; otherwise, false.

See Also

Reference

Bank_US Class