StringBuilder.Append Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

Appends the string representation of a specified object to the end of 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 methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Append(Boolean) Appends the string representation of a specified Boolean value to the end of this instance.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Append(Byte) Appends the string representation of a specified 8-bit unsigned integer to the end of this instance.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Append(Char) Appends the string representation of a specified Unicode character to the end of this instance.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Append(array<Char[]) Appends the string representation of the Unicode characters in a specified array to the end of this instance.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Append(Double) Appends the string representation of a specified double-precision floating-point number to the end of this instance.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Append(Int16) Appends the string representation of a specified 16-bit signed integer to the end of this instance.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Append(Int32) Appends the string representation of a specified 32-bit signed integer to the end of this instance.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Append(Int64) Appends the string representation of a specified 64-bit signed integer to the end of this instance.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Append(Object) Appends the string representation of a specified object to the end of this instance.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Append(SByte) Appends the string representation of a specified 8-bit signed integer to the end of this instance.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Append(Single) Appends the string representation of a specified single-precision floating-point number to the end of this instance.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Append(String) Appends a copy of the specified string to the end of this instance.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Append(UInt16) Appends the string representation of a specified 16-bit unsigned integer to the end of this instance.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Append(UInt32) Appends the string representation of a specified 32-bit unsigned integer to the end of this instance.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Append(UInt64) Appends the string representation of a specified 64-bit unsigned integer to the end of this instance.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Append(Char, Int32) Appends a specified number of copies of the string representation of a Unicode character to the end of this instance.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Append(array<Char[], Int32, Int32) Appends the string representation of a specified subarray of Unicode characters to the end of this instance.
Public methodSupported by Silverlight for Windows PhoneSupported by Xbox 360 Append(String, Int32, Int32) Appends a copy of a specified substring to the end of this instance.

Top