SmartFormat icon indicating copy to clipboard operation
SmartFormat copied to clipboard

A lightweight text templating library written in C# which can be a drop-in replacement for string.Format

Results 14 SmartFormat issues
Sort by recently updated
recently updated
newest added
trafficstars

This adds Dutch as one of the defaults for the `TimeSpan` formatter extension. Currently, this change has no unit tests associated with it as most languages in this file don't...

Number of commits made to the Wiki in the last 24 hours: **1** These are the details of the latest commit: | Item | Value | |:---|:---| | Date |...

Docs

**Smart.Format version**: 3.6.0 **Framework version**: net8.0 - Please provide a working source code example to reproduce the bug Unable to replicate - What is the current result? I am dynamically...

Investigate

Hello! Using the latest version of SmartFormat, I encountered an issue, where my template cannot be processed when it contains Cyrillic letters. The code: ```C# using SmartFormat; namespace TestSmartFormat {...

Feature