0x15e / SmartFormat.NET

An extensible .NET replacement for String.Format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

SmartFormat is a string composition library written in C# which is basically compatible with string.Format. More than that SmartFormat can format data with named placeholders, lists, pluralization and other smart extensions.

There is a Nuget Package which can be installed with

Install-Package SmartFormat.NET

See further information on the wiki.

See changelog for changes.

Projects, where SmartFormat.Net is used: (let us know if you'd like to be listed here):

Logo
MailMergeLib is an SMTP mail client library which provides comfortable mail merge capabilities for text, inline images and attachments, as well as good throughput and fault tolerance for sending mail messages.

About

An extensible .NET replacement for String.Format

License:MIT License


Languages

Language:C# 99.8%Language:Batchfile 0.2%