Click or drag to resize
StringBuilderAppendLine Method
Overload List
  NameDescription
Public methodAppendLine
Appends the default line terminator to the end of the current StringBuilder object.
Public methodAppendLine(String)
Appends a copy of the specified string followed by the default line terminator to the end of the current StringBuilder object.
Top
See Also