Share via


String Constructor

Initializes a new instance of the String class.

Overload List

Name Description
String (Char, Int32) Initializes a new instance of the String class with a value indicated by a specified Unicode character repeated a specified number of times.
String (Char[]) Initializes a new instance of the String class with a value indicated by a specified array of Unicode characters.
String (Char[], Int32, Int32) Initializes a new instance of the String class with a value indicated by a specified array of Unicode characters, a specified starting index number (character position) in that array, and a specified length (number of characters).

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, and 4.1.

See Also

Reference

String Class
String Members
System Namespace