Mono Class Library: System.Text.StringBuilder Overview | MembersSystem.Text.StringBuilder.Append Method |
Appends the string representation of an object to the end of the current instance. [Edit]
|
The current instance after the operation has occurred. [Edit]
This method appends value.ToString() to the current instance. If value is a null reference, no changes are made.
The StringBuilder.Capacity of the current instance is increased as necessary.
[Edit]
Namespace: System.Text
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0