Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[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 | |
---|---|---|
![]() |
Append(Boolean) | Appends the string representation of a specified Boolean value to this instance. |
![]() |
Append(Byte) | Appends the string representation of a specified 8-bit unsigned integer to this instance. |
![]() |
Append(Char) | Appends the string representation of a specified Unicode character to this instance. |
![]() |
Append(array<Char> [] () [] []) | Appends the string representation of the Unicode characters in a specified array to this instance. |
![]() |
Append(Double) | Appends the string representation of a specified double-precision floating-point number to this instance. |
![]() |
Append(Int16) | Appends the string representation of a specified 16-bit signed integer to this instance. |
![]() |
Append(Int32) | Appends the string representation of a specified 32-bit signed integer to this instance. |
![]() |
Append(Int64) | Appends the string representation of a specified 64-bit signed integer to this instance. |
![]() |
Append(Object) | Appends the string representation of a specified object to this instance. |
![]() |
Append(SByte) | Appends the string representation of a specified 8-bit signed integer to this instance. |
![]() |
Append(Single) | Appends the string representation of a specified single-precision floating-point number to this instance. |
![]() |
Append(String) | Appends a copy of the specified string to this instance. |
![]() |
Append(UInt16) | Appends the string representation of a specified 16-bit unsigned integer to this instance. |
![]() |
Append(UInt32) | Appends the string representation of a specified 32-bit unsigned integer to this instance. |
![]() |
Append(UInt64) | Appends the string representation of a specified 64-bit unsigned integer to this instance. |
![]() |
Append(Char, Int32) | Appends a specified number of copies of the string representation of a Unicode character to this instance. |
![]() |
Append(array<Char> [] () [] [], Int32, Int32) | Appends the string representation of a specified subarray of Unicode characters to this instance. |
![]() |
Append(String, Int32, Int32) | Appends a copy of a specified substring to this instance. |
Top