This documentation is for a previous version. For the current released version, see the ASP.NET Ajax documentation on MSDN.
Creates a new instance of StringBuilder and optionally accepts initial text to concatenate.
Appends a string to the end of the StringBuilder instance.
Appends a new string with a line terminator to the end of the StringBuilder instance.
Clears the contents of the StringBuilder instance.
Determines whether the StringBuilder instance has any content.
Creates a string from the contents of a StringBuilder instance.
Copyright © 2005 - 2007 Microsoft Corporation. All rights reserved.