Click or drag to resize
StringBuilderAppend Method
Overload List
  NameDescription
Public methodAppend(Boolean)
Appends the string representation of a specified Boolean value to this instance.
Public methodAppend(Byte)
Appends the string representation of a specified 8-bit unsigned integer to this instance.
Public methodAppend(Char)
Appends the string representation of a specified Unicode character to this instance.
Public methodAppend(Char)
Appends the string representation of the Unicode characters in a specified array to this instance.
Public methodAppend(Decimal)
Appends the string representation of a specified decimal number to this instance.
Public methodAppend(Double)
Appends the string representation of a specified double-precision floating-point number to this instance.
Public methodAppend(Int16)
Appends the string representation of a specified 16-bit signed integer to this instance.
Public methodAppend(Int32)
Appends the string representation of a specified 32-bit signed integer to this instance.
Public methodAppend(Int64)
Appends the string representation of a specified 64-bit signed integer to this instance.
Public methodAppend(Object)
Appends the string representation of a specified object to this instance.
Public methodAppend(SByte)
Appends the string representation of a specified 8-bit signed integer to this instance.
Public methodAppend(Single)
Appends the string representation of a specified single-precision floating-point number to this instance.
Public methodAppend(String)
Appends a copy of the specified string to this instance.
Public methodAppend(UInt16)
Appends the string representation of a specified 16-bit unsigned integer to this instance.
Public methodAppend(UInt32)
Appends the string representation of a specified 32-bit unsigned integer to this instance.
Public methodAppend(UInt64)
Appends the string representation of a specified 64-bit unsigned integer to this instance.
Public methodAppend(Char, Int32)
Appends a specified number of copies of the string representation of a Unicode character to this instance.
Public methodAppend(Char, Int32, Int32)
Appends the string representation of a specified subarray of Unicode characters to this instance.
Public methodAppend(String, Int32, Int32)
Appends a copy of a specified substring to this instance.
Top
See Also