StringBuilder.AppendLine Method (String)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Appends a copy of the specified string and the default line terminator to the end of the current StringBuilder object.
Namespace: System.Text
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Function AppendLine ( _
value As String _
) As StringBuilder
[ComVisibleAttribute(false)]
public StringBuilder AppendLine(
string value
)
Parameters
- value
Type: System.String
The String to append.
Return Value
Type: System.Text.StringBuilder
A reference to this instance after the append operation has completed.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Enlarging the value of this instance would exceed its maximum capacity. |
Remarks
The default line terminator is the current value of the Environment.NewLine property.
The capacity of this instance is adjusted as needed.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
XNA Framework
Supported in: Xbox 360, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.