System Namespace String Class
Concatenates one or more instances of String, or the String representations of the values of one or more instances of Object.
1. Creates the String representation of a specified object.
2. Concatenates the String representations of the elements in a specified Object array.
3. Concatenates the elements of a specified String array.
4. Concatenates the String representations of two specified objects.
5. Concatenates two specified instances of String.
6. Concatenates the String representations of three specified objects.
7. Concatenates three specified instances of String.
8. [ C++ ] Concatenates the String representations of three specified objects and a variable-length parameter list. This method is not CLS-compliant.
9. Concatenates four specified instances of String.
String Members
|
|