示例#1
0
 /// <summary>
 /// Determines the franchise code for this specific card.
 /// </summary>
 /// <param name="forceDebit">Whether the card should be detected as a debit card or not.</param>
 /// <returns></returns>
 public string FranchiseCode(bool forceDebit) => CardValidation.DetectCardFranchise(Number, forceDebit);