[This is preliminary documentation and is subject to change.]
Contains asorted extension methods.
Classes
| Class | Description | |
|---|---|---|
| DateTimeExtensions | Provides extension methods for working with date and time values | |
| DelegateExtensions | Contains Delegate-related extension functions | |
| General | General extension funcions | |
| CharExtensions | Contains extension methods for working with Char | |
| Numbers | Contains extension methods for working with numbers of basic data types | |
| StringExtensions | Contains extension methods for working with String | |
| StringFormatting | Provides string formatting | |
| TypeCodeExtensions | Extension functions for TypeCode |
Remarks
Collection-related extension methods can be found in Tools.CollectionsT (or Tools.CollectionsT.GenericT and Tools.CollectionsT.SpecializedT respectively) namespace.
Concretely in modules CollectionTools, CollectionTools and CollectionToolsT.
The Tools.LinqT namespace also contains extension methods for working with collections.
Extension methods related to Type and Enum are placed in the TypeTools module.
Reflection-related extension methods can be found in the ReflectionTools module.
Another specialized extension methods may exist in specialized namespaces.