String Constructor
Overload List
Name | Description | |
---|---|---|
![]() |
String(array<Char>[]()[][]) |
Initializes a new instance of the String class to the value indicated by an array of Unicode characters.
|
![]() |
String()()()() |
The String global object is a constructor for strings, or a sequence of characters.
|
![]() |
String(Object) |
The String global object is a constructor for strings, or a sequence of characters.
|
![]() |
String(Char, Int32) |
Initializes a new instance of the String class to the value indicated by a specified Unicode character repeated a specified number of times.
|
![]() |
String(array<Char>[]()[][], Int32, Int32) |
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.
|