This package contains the core SmartFormat assemblies with core extensions built-in,
and includes references to additional SmartFormat.Extensions packages.
SmartFormat is a lightweight text templating library written in C#.
It can format various data sources into a string with a minimal, intuitive...
More information
This package contains the core SmartFormat assemblies with core extensions built-in.
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.
It uses extensions to provide named...
More information
This package is a SmartFormat extension for formatting System.DateTime, System.DateTimeOffset and System.TimeSpan types.
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.
It...
More information
This package is a SmartFormat extension for formatting Newtonsoft.Json types.
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.
It uses extensions to provide named...
More information
This package is a SmartFormat extension for formatting System.Text.Json types.
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.
It uses extensions to provide named...
More information
This package is a SmartFormat extension for reading and formatting System.Xml.Linq.XElement
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.
It uses extensions to provide...
More information
Provides better code maintainability by simple yet powerful .Params() string extension to supplement/replace string.Format(). Accepts numeric, named and reference parameters. More details and examples in XML tooltips.
NUMERIC EXAMPLE:
return "test={0}".Params("value");
returns...
More information