Bridge

String Constructor (array<Char>[]()[][])

Initializes a new instance of the String class to the value indicated by an array of Unicode characters.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public String(
	char[] value
)
<TemplateAttribute> _
Public Sub New ( _
	value As Char() _
)
[TemplateAttribute]
public:
String(
	array<wchar_t^>^ value
)

Parameters

value
Type: array<System..::..Char>[]()[][]
An array of Unicode characters.