System Namespace String Class
Initializes a new instance of the String class.
1. [ C#, C++ ] Initializes a new instance of the String class to the value indicated by a specified pointer to an array of Unicode characters. This constructor is not CLS-compliant.
2. Initializes a new instance of the String class to the value indicated by an array of Unicode characters.
3. [ C#, C++ ] Initializes a new instance of the String class to the value indicated by a pointer to an array of 8-bit signed integers. This constructor is not CLS-compliant.
4. Initializes a new instance of the String class to the value indicated by a specified Unicode character repeated a specified number of times.
5. [ C#, C++ ] Initializes a new instance of the String class to the value indicated by a specified pointer to an array of Unicode characters, a starting character position within that array, and a length. This constructor is not CLS-compliant.
6. Initializes a new instance of the String class to the value indicated by an array of Unicode characters, a starting character position within that array, and a length.
7. [ C#, C++ ] Initializes a new instance of the String class to the value indicated by a specified pointer to an array of 8-bit signed integers, a starting character position within that array, and a length. This constructor is not CLS-compliant.
8. [ C#, C++ ] Initializes a new instance of the String class to the value indicated by a specified pointer to an array of 8-bit signed integers, a starting character position within that array, a length, and an Encoding object. This constructor is not CLS-compliant.
String Members