SQLCLR:
SELECT [dbo].[CreditCardDynamic] (<@creditCard, nvarchar(4000)>)
Data: Credit card number including separators (Letters are not allowed). Digits count must be between 13 and 20.
Credit card number of the same length and separators positions with LUHN validation string (nvarchar(MAX))
Fails on empty or Null values. Fails on values that contains less than 13 digits or more than 20 digits.
SQLCLR:
SELECT [dbo].[CreditCardDynamic] ('12345 554 512345')
CLR Reference: Dynamic Credit Card
Copyright © 2025 Hush-Hush. All rights reserved
Copyright © 2025 Hush-Hush.
All rights reserved