asp.net.ph

String Constructor

System Namespace   String Class


Initializes a new instance of the String class.

Overload List

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.


See Also

String Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph