| ByteSizeExtensions | Provides extension methods for ByteSize |
| CasingExtensions | ApplyCase method to allow changing the case of a sentence easily |
| CollectionHumanizeExtensions | Humanizes an IEnumerable into a human readable list |
| DateHumanizeExtensions | Humanizes DateTime into human readable sentence |
| DateToOrdinalWordsExtensions | Humanizes DateTime into human readable sentence |
| EnglishArticle | Contains methods for removing, appending and prepending article prefixes for sorting strings ignoring the article. |
| EnumDehumanizeExtensions | Contains extension methods for dehumanizing Enum string values. |
| EnumHumanizeExtensions | Contains extension methods for humanizing Enums |
| HeadingExtensions | Contains extensions to transform a number indicating a heading into the textual representation of the heading. |
| In | |
| In.Eight | |
| In.Five | |
| In.Four | |
| In.Nine | |
| In.One | |
| In.Seven | |
| In.Six | |
| In.Ten | |
| In.Three | |
| In.Two | |
| InDate | |
| InDate.Eight | |
| InDate.Five | |
| InDate.Four | |
| InDate.Nine | |
| InDate.One | |
| InDate.Seven | |
| InDate.Six | |
| InDate.Ten | |
| InDate.Three | |
| InDate.Two | |
| InflectorExtensions | Inflector extensions |
| MetricNumeralExtensions | Contains extension methods for changing a number to Metric representation (ToMetric) and from Metric representation back to the number (FromMetric) |
| NoMatchFoundException | This is thrown on String.DehumanizeTo enum when the provided string cannot be mapped to the target enum |
| NumberToNumberExtensions | Number to Number extensions |
| NumberToTimeSpanExtensions | Number to TimeSpan extensions |
| NumberToWordsExtension | Transform a number into words; e.g. 1 => one |
| On | |
| On.April | Provides fluent date accessors for April |
| On.August | Provides fluent date accessors for August |
| On.December | Provides fluent date accessors for December |
| On.February | Provides fluent date accessors for February |
| On.January | Provides fluent date accessors for January |
| On.July | Provides fluent date accessors for July |
| On.June | Provides fluent date accessors for June |
| On.March | Provides fluent date accessors for March |
| On.May | Provides fluent date accessors for May |
| On.November | Provides fluent date accessors for November |
| On.October | Provides fluent date accessors for October |
| On.September | Provides fluent date accessors for September |
| OnDate | |
| OnDate.April | Provides fluent date accessors for April |
| OnDate.August | Provides fluent date accessors for August |
| OnDate.December | Provides fluent date accessors for December |
| OnDate.February | Provides fluent date accessors for February |
| OnDate.January | Provides fluent date accessors for January |
| OnDate.July | Provides fluent date accessors for July |
| OnDate.June | Provides fluent date accessors for June |
| OnDate.March | Provides fluent date accessors for March |
| OnDate.May | Provides fluent date accessors for May |
| OnDate.November | Provides fluent date accessors for November |
| OnDate.October | Provides fluent date accessors for October |
| OnDate.September | Provides fluent date accessors for September |
| OrdinalizeExtensions | Ordinalize extensions |
| PrepositionsExtensions | System.DateTime extensions related to spatial or temporal relations |
| RomanNumeralExtensions | Contains extension methods for changing a number to Roman representation (ToRoman) and from Roman representation back to the number (FromRoman) |
| StringDehumanizeExtensions | Contains extension methods for dehumanizing strings. |
| StringExtensions | Extension methods for String type. |
| StringHumanizeExtensions | Contains extension methods for humanizing string values. |
| TimeSpanHumanizeExtensions | Humanizes TimeSpan into human readable form |
| To | A portal to string transformation using IStringTransformer |
| ToQuantityExtensions | Provides extensions for formatting a System.String word as a quantity. |
| TruncateExtensions | Allow strings to be truncated |
| Truncator | Gets a ITruncator |
| TupleizeExtensions | Convert int to named tuple strings (1 -> 'single', 2-> 'double' etc.). Only values 1-10, 100, and 1000 have specific names. All others will return 'n-tuple'. |