This code was originally written for greplica, but I felt it deserved its own, separate library. The main goals for this project are: To provide a simple way to construct a string-like object with ...
Formats the provided string in a C# style format, i.e. adds the ability to use positional arguments, like seen with String.Format in C#.