Mono Class Library: System.Text.StringBuilder Overview | Members

System.Text.StringBuilder.Append Method

Appends the string representation of all of the characters in a Array to the end of the current instance.

public StringBuilder Append (char[] value)

Parameters

value
The array of char to be appended.

Returns

The current instance after the operation has occurred.

Remarks

This method appends all of the characters in the specified array to the current instance in the same order as they appear in value. If value is a null reference no changes are made.

The StringBuilder.Capacity of the current instance is increased as necessary.

Requirements

Namespace: System.Text
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0