ALITY Utilities
Some everyday utilities and extensions for everyday use.
Current release contains;
Int Utilities
String Utilities
Int Extensions
String Extensions
Example of current code;
public static bool IsCaseLower(string input)
determines if the input string is (all) lower case
NB: For each method in String/Int Utilities, there is a matching Extension Method
NB: There is unit testing for all code
Please feel free to contribute as you wish, otherwise, enjoy!