System.Text Namespace StringBuilder Class
Inserts the string representation of a specified object into this instance at a specified character position.
1. Inserts the string representation of a Boolean value into this instance at the specified character position.
2. Inserts the string representation of a specified 8-bit unsigned integer into this instance at the specified character position.
3. Inserts the string representation of a specified Unicode character into this instance at the specified character position.
4. Inserts the string representation of a specified array of Unicode characters into this instance at the specified character position.
5. Inserts the string representation of a decimal number into this instance at the specified character position.
6. Inserts the string representation of a double-precision floating-point number into this instance at the specified character position.
7. Inserts the string representation of a specified 16-bit signed integer into this instance at the specified character position.
8. Inserts the string representation of a specified 32-bit signed integer into this instance at the specified character position.
9. Inserts the string representation of a 64-bit signed integer into this instance at the specified character position.
10. Inserts the string representation of an object into this instance at the specified character position.
11. Inserts the string representation of a specified 8-bit signed integer into this instance at the specified character position. This method is not CLS-compliant.
12. Inserts the string representation of a single-precision floating point number into this instance at the specified character position.
13. Inserts a string into this instance at the specified character position.
14. Inserts the string representation of a 16-bit unsigned integer into this instance at the specified character position. This method is not CLS-compliant.
15. Inserts the string representation of a 32-bit unsigned integer into this instance at the specified character position. This method is not CLS-compliant.
16. Inserts the string representation of a 64-bit unsigned integer into this instance at the specified character position. This method is not CLS-compliant.
17. Inserts one or more copies of a specified string into this instance at the specified character position.
18. Inserts the string representation of a specified subarray of Unicode characters into this instance at the specified character position.
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