Free, simple & easy to use TextBox-based component providing missing and widely-requested support for numeric password input on Windows Phone 8 and higher.
Unlike various code samples and tutorials online (this component is based on) it provides advanced editing support and thus better user...
More information
Classes to validate the formal correctness of national account numbers and international credit card numbers. The conversion between national account numbers and IBAN is supported too.
This package enables you to convert any number to word e.g 2 will be converted to two
To use this package use type "NumberToWord.Convert(56);"
To covert directly to currency format "NumberToWord.CurrencyFormat(15.326m, "Dollar", "Cent");"
TakeIo.PhoneNumber is a library to interpret phone number plans accordingly with a configuration file, formatted like Asterisk dial plan patterns. You can adapt any new rule to your couontry by editing the configuration file.
Country Validator is a library that can be used to validate VAT/TVA codes, social security numbers and TINs (Tax Identification Numbers). All countries from European Union are supported and United States.
Implementation of Roman Numerals for the .Net platform. Allows conversion between integers and their roman numeral representations as well as parsing roman numerals.