IsValidCreditCardNumber
Gets or sets the delegate used by CreditCardAttribute.
Declaration
public static Func<string?, bool> IsValidCreditCardNumber { get; set; }
Property Value
Type | Description |
---|---|
Func<string, bool> |
Gets or sets the delegate used by CreditCardAttribute.
public static Func<string?, bool> IsValidCreditCardNumber { get; set; }
Type | Description |
---|---|
Func<string, bool> |