You are viewing a potentially older version of this package.
View all versions.
SmartFormat
NuGet SmartFormat package re-bundled for convenient consumption and dependency management.
Date uploaded | 4 months ago |
Version | 3.5.0 |
Download link | dotnet_lethal_company-SmartFormat-3.5.0.zip |
Downloads | 118 |
Dependency string | dotnet_lethal_company-SmartFormat-3.5.0 |
This mod requires the following mods to function
dotnet_lethal_company-ZString
NuGet ZString package re-bundled for convenient consumption and dependency management.
Preferred version: 2.6.1README
What is SmartFormat?
SmartFormat is a lightweight text templating library written in C#.
It can format various data sources into a string with a minimal, intuitive syntax similar to string.Format. All formatting takes place at runtime.
SmartFormat uses extensions to provide named placeholders, localization, pluralization, gender conjugation, as well as list and time formatting. Formatting extensions can be nested.
Custom source or formatter extensions can be added easily using simple interfaces.
Features
- High performance with low memory footprint
- Minimal, intuitive syntax
- Formatting takes place exclusively at runtime
- Exact control of whitespace text output
string.Format
compatibility mode andSmart.Format
enhanced mode- Most common data sources work out-of-the-box
- Many built-in formatting extensions
- Custom formatting and source extensions are easy to integrate
- Comprehensive documentation: current Wiki, complete xmldoc
Note
Use .Net Standard 2.1 and later for best optimizations