System.Text Namespace StringBuilder Class
Appends the string representation of a specified object to the end of this instance.
1. Appends the string representation of a specified Boolean value to the end of this instance.
2. Appends the string representation of a specified 8-bit unsigned integer to the end of this instance.
3. Appends the string representation of a specified Unicode character to the end of this instance.
4. Appends the string representation of the Unicode characters in a specified array to the end of this instance.
5. Appends the string representation of a specified decimal number to the end of this instance.
6. Appends the string representation of a specified double-precision floating-point number to the end of this instance.
7. Appends the string representation of a specified 16-bit signed integer to the end of this instance.
8. Appends the string representation of a specified 32-bit signed integer to the end of this instance.
9. Appends the string representation of a specified 64-bit signed integer to the end of this instance.
10. Appends the string representation of a specified object to the end of this instance.
11. Appends the string representation of a specified 8-bit signed integer to the end of this instance. This method is not CLS-compliant.
12. Appends the string representation of a specified single-precision floating-point number to the end of this instance.
13. Appends a copy of the specified string to the end of this instance.
14. Appends the string representation of a specified 16-bit unsigned integer to the end of this instance. This method is not CLS-compliant.
15. Appends the string representation of a specified 32-bit unsigned integer to the end of this instance. This method is not CLS-compliant.
16. Appends the string representation of a specified 64-bit unsigned integer to the end of this instance. This method is not CLS-compliant.
17. Appends a specified number of copies of the string representation of a Unicode character to the end of this instance.
18. Appends the string representation of a specified subarray of Unicode characters to the end of this instance.
19. Appends a copy of a specified substring to the end of this instance.
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note