Info
Version: | 1.0.1 |
Author(s): | https://www.linkedin.com/in/stewartscottrogers/ |
Last Update: | Monday, November 18, 2019 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/StewartScottRogers |
NuGet Url: | https://www.nuget.org/packages/StringBuilder.ToTemplateBuilder |
Install
Install-Package StringBuilder.ToTemplateBuilder
dotnet add package StringBuilder.ToTemplateBuilder
paket add StringBuilder.ToTemplateBuilder
StringBuilder.ToTemplateBuilder Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
Tags
The TemplateBuilder is available on the StringBuilder as an extension method ‘ToTemplateBuilder()’ and is optimized for replacing variables with values within the templated string.
The TemplateBuilder is optimized for merging name-value-pairs into a templated string and providing a merged document. The Template Builder is designed to maximize through put over using the String and StringBuilder Replace(name value) method.