Mono Class Library: Overview

System.String: Constructor Members

The constructors of System.String are listed below. For a list of all members, see the String Members list.

See Also: Inherited members from System.Object

Public Constructors

Constructs and initializes a new instance of string using a specified pointer to a sequence of Unicode characters.
Constructs and initializes a new instance of string by copying the specified array of Unicode characters.
Documentation for this section has not yet been entered.
Constructs and initializes a new instance of string .
Constructs and initializes a new instance of string using a specified pointer to a sequence of Unicode characters, the index within that sequence at which to start copying characters, and the number of characters to be copied to construct the string .
Constructs and initializes a new instance of string using an array of Unicode characters, the index within array at which to start copying characters, and the number of characters to be copied.
Documentation for this section has not yet been entered.
Constructs and 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.