Share via


Append Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Appends the string representation of a specified object to this instance.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method Append(Boolean) Appends the string representation of a specified Boolean value to this instance.
Public method Append(Byte) Appends the string representation of a specified 8-bit unsigned integer to this instance.
Public method Append(Char) Appends the string representation of a specified Unicode character to this instance.
Public method Append(array<Char> [] () [] []) Appends the string representation of the Unicode characters in a specified array to this instance.
Public method Append(Double) Appends the string representation of a specified double-precision floating-point number to this instance.
Public method Append(Int16) Appends the string representation of a specified 16-bit signed integer to this instance.
Public method Append(Int32) Appends the string representation of a specified 32-bit signed integer to this instance.
Public method Append(Int64) Appends the string representation of a specified 64-bit signed integer to this instance.
Public method Append(Object) Appends the string representation of a specified object to this instance.
Public method Append(SByte) Appends the string representation of a specified 8-bit signed integer to this instance.
Public method Append(Single) Appends the string representation of a specified single-precision floating-point number to this instance.
Public method Append(String) Appends a copy of the specified string to this instance.
Public method Append(UInt16) Appends the string representation of a specified 16-bit unsigned integer to this instance.
Public method Append(UInt32) Appends the string representation of a specified 32-bit unsigned integer to this instance.
Public method Append(UInt64) Appends the string representation of a specified 64-bit unsigned integer to this instance.
Public method Append(Char, Int32) Appends a specified number of copies of the string representation of a Unicode character to this instance.
Public method Append(array<Char> [] () [] [], Int32, Int32) Appends the string representation of a specified subarray of Unicode characters to this instance.
Public method Append(String, Int32, Int32) Appends a copy of a specified substring to this instance.

Top

See Also

Reference

StringBuilder Class

System.Text Namespace