CreditCardValidator helps you validate credit card numbers, identify its issuer (Visa, Mastercard, etc), verify length, prefixes and check it through the Luhn algorithm. It can also generate random credit card numbers for testing purposes.
This packge contains some useful tools such as:
- String Extensions
- Date Extensions
- List Extensions
- Enum Extensions
- Exception Extension (new)
- CustomExceptions with Unique ID and Error Code
- Type Converters
- Generics Conversion
- Json serializer and parser
- Password...
More information
prmToolkit É um projeto responsável por dar apoio a outros projetos.
# ArgumentsValidator
Classe responsável por gerenciar validações de argumentos.
VANTAGENS
>Podemos realizar validações indivíduais ou em grupos
>É possível levantar uma exceção ou captura-las
Silverlight like textbox validations for Windows Phone 8. Adding a simple behavior to your textbox you can make text validations with regular expressions, numeric / non numeric or not empty conditions. Also you can control when the validation is realized: on loaded, on keypress, on tapped, on lost...
More information
Silverlight like textbox validations for Windows 8. Adding a simple behavior to your textbox you can make text validations with regular expressions, numeric / non numeric or not empty conditions. Also you can control when the validation is realized: on loaded, on keypress, on tapped, on lost...
More information