Project DescriptionA .Net library that provides methods, properties and more that the .Net Framework doesn't provide.
System.Common is a .Net library that provides commonly used methods, properties, string functions and more that are currently unavailable in the current Framework.
Example of classes provided:
- Strings - Provide methods like isNumeric, isAlpha and isAlphaNumeric.
- Folders - Provides easy access to the systems special folders, user folders and such
- Encryption - Provides methods of MD5, SHA, SHA1, TripleDES that are commonly used.
- DateTime - Provide extra DateTime methods such as Unix time and date spanning.