StringBuilder (System.Text.StringBuilder)

Inherits: System.Object

Interfaces: ISerializable

Derived Types: 0

Assembly: mscorlib.dll

Represents a mutable string of characters. This class cannot be inherited.

VB.NET C#

C#

public sealed class StringBuilder : System.Runtime.Serialization.ISerializable
{
}

Articles

www.erobillard.com

System.Text.StringBuilder sbHead = new System.Text.StringBuilder(); System.Text.StringBuilder sbBody = new System.Text.StringBuilder(

ProperCase function in C#

public static string ProperCase(string stringInput) { System.Text.StringBuilder sb = new System.Text.StringBuilder(); bool fEmptyBefore = true ...

downloads.instantasp.co.uk

Protected Overrides Sub Render(ByVal writer As HtmlTextWriter) Dim _stringBuilder As System.Text.StringBuilder = New System.Text.StringBuilder

How to improve string concatenation performance in Visual C#

Describes the benefits of using the StringBuilder class over traditional concatenation techniques.

ONDotnet.com -- Efficient String Manipulations with StringBuilder

In .NET programming, string manipulation with the String class is problematic, but there is an alternative -- the StringBuilder class. Learn how to use it in this article.

Mono Documentation

static : fgets ( System.Text.StringBuilder , System.IntPtr ) : System.Text.StringBuilder Read a line from a FILE stream. static : fgets ( System.Text.StringBuilder , int , System.IntPtr ) ...

Mono Documentation

System.Reflection.DefaultMember("Chars")] [System.Runtime.InteropServices.ComVisible(true)] public sealed class StringBuilder : System.Runtime.Serialization.ISerializable

System.Text.StringBuilder Class

Base Types Object StringBuilder. Assembly mscorlib Library BCL Summary Represents a mutable string of characters. Description This class represents string-like objects that are ...

StringBuilder Class (System.Text)

Represents a mutable string of characters. This class cannot be inherited. ... This class represents a string-like object whose value is a mutable sequence of characters.

StringBuilder Class

Represents a mutable string of characters. This class cannot be inherited. For a list of all members of this type, see StringBuilder Members . System.Object

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support