Home - akesseler/Plexdata.Utilities.Templates GitHub Wiki
The Plexdata Template Formatter represents an alternative to `String.Format()`, but with template support.
Main feature of this library is that template formatting is possible beside standard formatting, as it is done by `String.Format()`.
As extension to `String.Format()`, stringification as well as serialization operations of index-based format arguments are supported as well.
More information about template formatting can be found on the Internet under https://messagetemplates.org.
Target Framework
Current target framework of this library is the .NET Standard v2.0.
License
The software has been published under the terms of MIT License.
Namespace | Description |
---|---|
Plexdata.Utilities.Formatting | The Plexdata.Utilities.Formatting namespace contains all public classes supported by the Plexdata Template Formatter. |
Plexdata.Utilities.Formatting.Defines | The Plexdata.Utilities.Formatting.Defines namespace contains all internal constant definitions of the Plexdata Template Formatter. |
Plexdata.Utilities.Formatting.Entities | The Plexdata.Utilities.Formatting.Entities namespace contains all internal model classes of the Plexdata Template Formatter. |
Plexdata.Utilities.Formatting.Extensions | The Plexdata.Utilities.Formatting.Extensions namespace contains all internal extension classes of the Plexdata Template Formatter. |
Plexdata.Utilities.Formatting.Helpers | The Plexdata.Utilities.Formatting.Helpers namespace contains all internal helper classes of the Plexdata Template Formatter. |
Plexdata.Utilities.Formatting.Interfaces | The Plexdata.Utilities.Formatting.Interfaces namespace contains all interfaces supported by the Plexdata Template Formatter. |