Mono Class Library: System.String Overview | Members

System.String Constructor

Constructs and initializes a new instance of string by copying the specified array of Unicode characters. [Edit]

public String (char[] value)

Parameters

value
An array of Unicode characters. [Edit]

Remarks

If the specified array is a null reference or contains no elements, string.Empty is created. [Edit]

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0