Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
StringBuilder Class
Append Method
Collapse All/Expand All Collapse All
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
StringBuilder..::.Append Method

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

  NameDescription
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAppend(Boolean)Appends the string representation of a specified Boolean value to the end of this instance.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAppend(Byte)Appends the string representation of a specified 8-bit unsigned integer to the end of this instance.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAppend(Char)Appends the string representation of a specified Unicode character to the end of this instance.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAppend(array<Char>[]()[])Appends the string representation of the Unicode characters in a specified array to the end of this instance.
Public methodAppend(Decimal)Appends the string representation of a specified decimal number to the end of this instance.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAppend(Double)Appends the string representation of a specified double-precision floating-point number to the end of this instance.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAppend(Int16)Appends the string representation of a specified 16-bit signed integer to the end of this instance.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAppend(Int32)Appends the string representation of a specified 32-bit signed integer to the end of this instance.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAppend(Int64)Appends the string representation of a specified 64-bit signed integer to the end of this instance.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAppend(Object)Appends the string representation of a specified object to the end of this instance.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAppend(SByte)Appends the string representation of a specified 8-bit signed integer to the end of this instance.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAppend(Single)Appends the string representation of a specified single-precision floating-point number to the end of this instance.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAppend(String)Appends a copy of the specified string to the end of this instance.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAppend(UInt16)Appends the string representation of a specified 16-bit unsigned integer to the end of this instance.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAppend(UInt32)Appends the string representation of a specified 32-bit unsigned integer to the end of this instance.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAppend(UInt64)Appends the string representation of a specified 64-bit unsigned integer to the end of this instance.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAppend(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 the .NET Compact FrameworkSupported by the XNA FrameworkAppend(array<Char>[]()[], Int32, Int32)Appends the string representation of a specified subarray of Unicode characters to the end of this instance.
Public methodSupported by the .NET Compact FrameworkSupported by the XNA FrameworkAppend(String, Int32, Int32)Appends a copy of a specified substring to the end of this instance.
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement | Site Feedback
Page view tracker