KnowDotNet

TextToStringBuilder

Generate StringBuilder Code from Plain Text

by Brian Davis

The StringBuilder object in the System.Text namespace is a valuable tool to use in your .NET code.  The TextToStringBuilder tool will automatically generate VB or C# code to create and append to a StringBuilder any amount of text that you input.  This can be used to create StringBuilders in your code for long messages or complex SQL queries.

TextToStringBuilder


You can download the
full source code (16.9 KB), or just the executable (32 KB).