User Tools

Site Tools


stringbuilder

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
stringbuilder [2018/01/27 20:56] wolfgangriedmannstringbuilder [2018/01/27 20:57] (current) wolfgangriedmann
Line 21: Line 21:
 System.Console.WriteLine( oSB:ToString() )</code> System.Console.WriteLine( oSB:ToString() )</code>
  
-The ''StringBuilder'' class has also a ''AppendFormat'' method, and many other interesting methods to work with the string, like ''Replace'', ''Copy'' and ''Insert''. Please see MSDN for more details - specially the docs page has a very long and detailled description of this class, together with useful samples.+The ''StringBuilder'' class has also a ''AppendFormat()'' method, and many other interesting methods to work with the string, like ''Replace()'', ''Copy()'' and ''Insert()''. Please see MSDN for more details - specially the [[https://docs.microsoft.com/en-us/dotnet/api/system.text.stringbuilder|System.Text.StringBuilder]] docs page has a very long and detailled description of this class, together with useful samples.
stringbuilder.txt · Last modified: 2018/01/27 20:57 by wolfgangriedmann