Mono Class Library: System.Text.StringBuilder Overview | Members

System.Text.StringBuilder Constructor

Constructs and initializes a new instance of the System.Text.StringBuilder class, with the specified string as its value. [Edit]

public StringBuilder (string value)

Parameters

value
A string containing the string value of the new instance of System.Text.StringBuilder. [Edit]

Remarks

Note: The StringBuilder.Capacity of the new instance is implementation defined.
[Edit]

Requirements

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