This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class FastStringBuilder
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class FastStringBuilder

The type exposes the following members.

Public Constructors

  Name Description
Public method FastStringBuilder Overloaded.

Public Methods

  Name Description
Public method Append
Appends an object to the generated string.
Public method AppendStringBuilder
Appends a stringbuilder object.
Public method Clear
Clears the generated string
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Replace
Replaces the old value in the generated string with the new value.
Public method ToString
Returns the generated string.
(Overrides Object..::ToString()()()().)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Public Properties

  Name Description
Public property Length
Gets the length of the generated string.

See Also

Advanced